PortfolioGrid

StockSharp.Xaml

The table showing portfolios and positions.

Erbt von: BaseGridControl

Implementiert: IComponentConnector

Konstruktoren

PortfolioGrid()

Initializes a new instance of the PortfolioGrid.

Eigenschaften

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.

Methoden

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.

Felder

SourceProperty : DependencyProperty

Source dependency property.