ExchangeBoardsPanel
StockSharp.Xaml
Editor of exchange boards.
Erbt von: UserControl
Implementiert: IPersistable, IComponentConnector
Konstruktoren
ExchangeBoardsPanel()
Initializes a new instance of the ExchangeBoardsPanel.
Eigenschaften
Boards : ObservableCollection<ExchangeBoard>
List of boards.
SelectedBoardCode : string
The code of board which is currently being edited.
Methoden
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.
Ereignisse
Felder
SelectedBoardCodeProperty : DependencyProperty
DependencyProperty for SelectedBoardCode.