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