ExchangeBoardsPanel

StockSharp.Xaml

Editor of exchange boards.

继承自: UserControl

实现: IPersistable, IComponentConnector

构造函数

ExchangeBoardsPanel()

Initializes a new instance of the ExchangeBoardsPanel.

属性

SelectedBoardCode : string

The code of board which is currently being edited.

方法

InitializeComponent()

InitializeComponent

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
SetBoardCode(string)

To set the board for editing.

boardCode
The editing board code. The board for editing is loaded by the code from EntityRegistry.

事件

Changed : Action

Boards changed event.

字段

SelectedBoardCodeProperty : DependencyProperty

DependencyProperty for SelectedBoardCode.