PortfolioPickerPage
StockSharp.Xaml.Windows.Maui
Page for portfolio selection.
继承自: ContentPage
构造函数
PortfolioPickerPage()
Creates a new PortfolioPickerPage.
属性
Portfolios : IEnumerable<Portfolio>
Sets the portfolios source.
SelectedPortfolio : Portfolio
Gets the selected portfolio.
ViewModel : PortfolioPickerViewModel
Gets the ViewModel.
事件
PortfolioSelected : EventHandler<Portfolio>
Raised when portfolio is selected.