NewsMessageGrid

StockSharp.Xaml

Table showing (NewsMessage).

Erbt von: BaseGridControl

Implementiert: IComponentConnector

Konstruktoren

NewsMessageGrid()

Initializes a new instance of the NewsMessageGrid.

Eigenschaften

MaxCount : int

The maximum number of rows to display. The -1 value means an unlimited amount. The default is 10000.

Messages : IListEx<NewsMessage>

The list of messages added to the table.

SelectedMessage : NewsMessage

The selected message.

SelectedMessages : IEnumerable<NewsMessage>

Selected messages.

SubscriptionProvider : ISubscriptionProvider

The provider of subscriptions.

Methoden

InitializeComponent()

InitializeComponent

Felder

OpenUrlCommand : RoutedCommand

The command for the news link opening.

RequestStoryCommand : RoutedCommand

The command for the news request.