PositionChangeGrid
StockSharp.Xaml
The table to display a message PositionChangeMessage.
Inherits: BaseGridControl
Implements: IComponentConnector
Constructors
PositionChangeGrid
public PositionChangeGrid()
positionChangeGrid = PositionChangeGrid()
Initializes a new instance of the PositionChangeGrid.
Properties
MaxCount
public int MaxCount { get; set; }
value = positionChangeGrid.MaxCount
positionChangeGrid.MaxCount = value
The maximum number of messages to display. The -1 value means an unlimited amount. The default value is 10000.
Messages
public IListEx<PositionChangeMessage> Messages { get; }
value = positionChangeGrid.Messages
The list of messages added to the table.
SelectedMessage
public PositionChangeMessage SelectedMessage { get; }
value = positionChangeGrid.SelectedMessage
The selected message.
SelectedMessages
public IEnumerable<PositionChangeMessage> SelectedMessages { get; }
value = positionChangeGrid.SelectedMessages
Selected messages.
Methods
InitializeComponent
public void InitializeComponent()
positionChangeGrid.InitializeComponent()
InitializeComponent