ExchangeBoardsPanel
StockSharp.Xaml
Editor of exchange boards.
继承自: UserControl
实现: IPersistable, IComponentConnector
构造函数
ExchangeBoardsPanel()
Initializes a new instance of the ExchangeBoardsPanel.
属性
Boards : ObservableCollection<ExchangeBoard>
List of boards.
SelectedBoardCode : string
The code of board which is currently being edited.
方法
InitializeComponent()
InitializeComponent
SetBoardCode(string)
To set the board for editing.
- boardCode
- The editing board code. The board for editing is loaded by the code from EntityRegistry.
事件
字段
SelectedBoardCodeProperty : DependencyProperty
DependencyProperty for SelectedBoardCode.