ExecutionGrid
StockSharp.Xaml
Table showing (ExecutionMessage).
Inherits: BaseGridControl
Implements: IComponentConnector
Constructors
ExecutionGrid
public ExecutionGrid()
executionGrid = ExecutionGrid()
Initializes a new instance of the ExecutionGrid.
Properties
MaxCount
public int MaxCount { get; set; }
value = executionGrid.MaxCount
executionGrid.MaxCount = value
The maximum number of rows to display. The -1 value means an unlimited amount. The default is 1000000.
Messages
public IListEx<ExecutionMessage> Messages { get; }
value = executionGrid.Messages
The list of messages added to the table.
SelectedMessage
public ExecutionMessage SelectedMessage { get; }
value = executionGrid.SelectedMessage
The selected message.
SelectedMessages
public IEnumerable<ExecutionMessage> SelectedMessages { get; }
value = executionGrid.SelectedMessages
Selected messages.
Methods
HideColumns
public void HideColumns(DataType type)
executionGrid.HideColumns(type)
To hide columns which do not show data for the passed type.
- type
- Information type in ExecutionMessage.
InitializeComponent
public void InitializeComponent()
executionGrid.InitializeComponent()
InitializeComponent