OrderLogGrid

StockSharp.Xaml

The table displaying the orders log (IOrderLogMessage).

继承自: BaseGridControl

实现: IComponentConnector

构造函数

OrderLogGrid()

Initializes a new instance of the OrderLogGrid.

属性

LogItems : IListEx<IOrderLogMessage>

Order log. High-performance mode: feed this directly.

MaxCount : int

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

SelectedLogItem : IOrderLogMessage

The selected row.

Source : IEnumerable<IOrderLogMessage>

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

方法

InitializeComponent()

InitializeComponent

字段

SourceProperty : DependencyProperty

Source dependency property.