ExchangeBoardsPanelView
StockSharp.Xaml.Panels.Maui
Panel view for displaying and managing exchange boards.
Inherits: BasePanelView
Constructors
ExchangeBoardsPanelView
public ExchangeBoardsPanelView()
exchangeBoardsPanelView = ExchangeBoardsPanelView()
Creates a new instance.
Properties
Boards
public IList<ExchangeBoardItem> Boards { get; }
value = exchangeBoardsPanelView.Boards
Gets the boards collection.
SelectedBoardCode
public string SelectedBoardCode { get; set; }
value = exchangeBoardsPanelView.SelectedBoardCode
exchangeBoardsPanelView.SelectedBoardCode = value
Gets or sets the selected board code.
ViewModel
public ExchangeBoardsPanelViewModel ViewModel { get; }
value = exchangeBoardsPanelView.ViewModel
Gets the ViewModel.
Methods
SetBoard
public void SetBoard(string boardCode)
exchangeBoardsPanelView.SetBoard(boardCode)
Sets the board by code.
Events
BoardSaved
public event EventHandler<ExchangeBoardItem> BoardSaved
exchangeBoardsPanelView.BoardSaved += handler
Event raised when board is saved.