Level1Grid

StockSharp.Xaml

The table to display a message Level1ChangeMessage.

Наследует: BaseGridControl

Реализует: IComponentConnector

Конструкторы

Level1Grid()

Initializes a new instance of the Level1Grid.

Свойства

MaxCount : int

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

Messages : IListEx<Level1ChangeMessage>

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

SelectedMessage : Level1ChangeMessage

The selected message.

Source : IEnumerable<Level1ChangeMessage>

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 Messages directly; do not use both at once.

Методы

InitializeComponent()

InitializeComponent

Поля

SourceProperty : DependencyProperty

Source dependency property.