NewsMessageGrid

StockSharp.Xaml

Table showing (NewsMessage).

継承元: BaseGridControl

実装: IComponentConnector

コンストラクター

NewsMessageGrid()

Initializes a new instance of the NewsMessageGrid.

プロパティ

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.

メソッド

InitializeComponent()

InitializeComponent

フィールド

OpenUrlCommand : RoutedCommand

The command for the news link opening.

RequestStoryCommand : RoutedCommand

The command for the news request.