Table of Contents

Class PortfolioPicker

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

The visual component for Portfolio searching and selection.

public class PortfolioPicker : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
PortfolioPicker
Implements
Inherited Members
Extension Methods

Constructors

PortfolioPicker()

Initializes a new instance of the PortfolioPicker.

public PortfolioPicker()

Properties

PortfolioFilter

The current filter by the portfolios.

public string PortfolioFilter { get; set; }

Property Value

string

Portfolios

Available portfolios.

public PortfolioDataSource Portfolios { get; set; }

Property Value

PortfolioDataSource

SelectedPortfolio

The selected portfolio.

public Portfolio SelectedPortfolio { get; set; }

Property Value

Portfolio

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

GridChanged

The table change event.

public event Action GridChanged

Event Type

Action

PortfolioDoubleClicked

Event of double-clicking the mouse on the selected Portfolio.

public event Action PortfolioDoubleClicked

Event Type

Action

PortfolioSelected

The selected Portfolio change events.

public event Action PortfolioSelected

Event Type

Action