MyTradeGrid
StockSharp.Xaml
A table showing own trades (MyTrade).
Hereda de: BaseGridControl
Implementa: IComponentConnector
Constructores
MyTradeGrid()
Initializes a new instance of the MyTradeGrid.
Propiedades
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.
Métodos
InitializeComponent()
InitializeComponent
Campos
SourceProperty : DependencyProperty
Source dependency property.