ExecutionGrid

StockSharp.Xaml

显示的表格 (ExecutionMessage).

继承自: BaseGridControl

实现: IComponentConnector

构造函数

ExecutionGrid
public ExecutionGrid()
executionGrid = ExecutionGrid()

初始化了 & ##ExecutionGrid+#的新实例.

属性

MaxCount
public int MaxCount { get; set; }
value = executionGrid.MaxCount
executionGrid.MaxCount = value

显示的最大行数。 值 - 1 表示无限量。 默认值为 1000 000 。

Messages
public IListEx<ExecutionMessage> Messages { get; }
value = executionGrid.Messages

信件列表添加到表格中.

SelectedMessage
public ExecutionMessage SelectedMessage { get; }
value = executionGrid.SelectedMessage

选中的消息 。

SelectedMessages
public IEnumerable<ExecutionMessage> SelectedMessages { get; }
value = executionGrid.SelectedMessages

选中信件 。

方法

HideColumns
public void HideColumns(DataType type)
executionGrid.HideColumns(type)

隐藏未显示过关类型数据的列。

type
Information type in ExecutionMessage.
InitializeComponent
public void InitializeComponent()
executionGrid.InitializeComponent()

InitializeComponent