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
Portfolios
Available portfolios.
public PortfolioDataSource Portfolios { get; set; }
Property Value
SelectedPortfolio
The selected portfolio.
public Portfolio SelectedPortfolio { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
GridChanged
The table change event.
public event Action GridChanged
Event Type
PortfolioDoubleClicked
Event of double-clicking the mouse on the selected Portfolio.
public event Action PortfolioDoubleClicked
Event Type
PortfolioSelected
The selected Portfolio change events.
public event Action PortfolioSelected