MyTradeGrid
StockSharp.Xaml
A table showing own trades (MyTrade).
Inherits: BaseGridControl
Implements: IComponentConnector
Constructors
MyTradeGrid()
Initializes a new instance of the MyTradeGrid.
Properties
MaxCount : int
The maximum number of trades to display. The -1 value means an unlimited amount. The default value is 10000.
SelectedTrade : MyTrade
The selected trade.
SelectedTrades : IEnumerable<MyTrade>
Selected trades.
Source : IEnumerable<MyTrade>
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 Trades directly; do not use both at once.
Methods
InitializeComponent()
InitializeComponent
Fields
SourceProperty : DependencyProperty
Source dependency property.