NewsMessagePanel
StockSharp.Xaml.Windows.Maui
News message panel with list and story preview for mobile.
Hereda de: ContentView
Constructores
NewsMessagePanel()
Creates a new instance.
Propiedades
ItemsSource : IEnumerable<NewsMessage>
Gets or sets the items source.
SelectedMessage : NewsMessageGridItem
Gets the selected message.
SubscriptionProvider : ISubscriptionProvider
Gets or sets the subscription provider.
ViewModel : NewsMessagePanelViewModel
Gets the ViewModel.
Métodos
AddMessage(NewsMessage)
Adds a news message.
AddMessages(IEnumerable<NewsMessage>)
Adds multiple news messages.
Clear()
Clears all messages.
UpdateMessageStory(string, string)
Updates message story.
Eventos
SelectionChanged : EventHandler<SelectionChangedEventArgs>
Selection changed event.
Campos
ItemsSourceProperty : BindableProperty
Items source bindable property.
MaxCountProperty : BindableProperty
Max count bindable property.
SubscriptionProviderProperty : BindableProperty
Subscription provider bindable property.