NewsPanel

StockSharp.Xaml.Windows.Maui

News panel with list and story preview for mobile.

Наследует: ContentView

Конструкторы

NewsPanel()

Creates a new instance.

Свойства

MaxCount : int

Gets or sets the maximum number of items.

SelectedNews : NewsGridItem

Gets the selected news item.

SubscriptionProvider : ISubscriptionProvider

Gets or sets the subscription provider.

ViewModel : NewsPanelViewModel

Gets the ViewModel.

Методы

AddNews(News)

Adds a news item.

AddNews(IEnumerable<News>)

Adds multiple news items.

Clear()

Clears all news.

UpdateNewsStory(string, string)

Updates news story.

События

SelectionChanged : EventHandler<SelectionChangedEventArgs>

Selection changed event.

Поля

MaxCountProperty : BindableProperty

Max count bindable property.

SubscriptionProviderProperty : BindableProperty

Subscription provider bindable property.