NewsGrid

StockSharp.Xaml

The table showing the news (News).

継承元: BaseGridControl

実装: IComponentConnector

コンストラクター

NewsGrid()

Initializes a new instance of the NewsGrid.

プロパティ

FirstSelectedNews : News

Selected news item.

MaxCount : int

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

News : IListEx<News>

The list of news added to the table. High-performance mode: feed this directly.

SelectedNews : IEnumerable<News>

Selected news items.

Source : IEnumerable<News>

External collection to display (MVVM mode); mirrored into the grid's internal thread-safe buffer so a plain view-model collection can be bound without losing the UI-thread marshalling. The high-performance alternative is to feed News directly; do not use both at once.

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.

SourceProperty : DependencyProperty

Source dependency property.