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.