NewsMessageGrid

StockSharp.Xaml

Table showing (NewsMessage).

Inherits: BaseGridControl

Implements: IComponentConnector

Constructors

NewsMessageGrid()

Initializes a new instance of the NewsMessageGrid.

Properties

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.

Methods

InitializeComponent()

InitializeComponent

Fields

OpenUrlCommand : RoutedCommand

The command for the news link opening.

RequestStoryCommand : RoutedCommand

The command for the news request.