ExchangeBoardsPanelView

StockSharp.Xaml.Panels.Maui

Panel view for displaying and managing exchange boards.

继承自: BasePanelView

构造函数

ExchangeBoardsPanelView()

Creates a new instance.

属性

Boards : IList<ExchangeBoardItem>

Gets the boards collection.

SelectedBoardCode : string

Gets or sets the selected board code.

ViewModel : ExchangeBoardsPanelViewModel

Gets the ViewModel.

方法

SetBoard(string)

Sets the board by code.

事件

BoardSaved : EventHandler<ExchangeBoardItem>

Event raised when board is saved.