PortfolioGrid
StockSharp.Xaml
The table showing portfolios and positions.
Hereda de: BaseGridControl
Implementa: IComponentConnector
Constructores
PortfolioGrid()
Initializes a new instance of the PortfolioGrid.
Propiedades
HideZeroBalances : bool
Hide zero balances.
Positions : IListEx<Position>
The list of positions added to the table. High-performance mode: feed this directly.
SelectedPosition : Position
The selected position.
SelectedPositions : IEnumerable<Position>
Selected trades.
Source : IEnumerable<Position>
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 Positions directly; do not use both at once.
Métodos
InitializeComponent()
InitializeComponent
Campos
SourceProperty : DependencyProperty
Source dependency property.