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.