ExchangeBoardsPanel
StockSharp.Xaml
Editor of exchange boards.
Hereda de: UserControl
Implementa: IPersistable, IComponentConnector
Constructores
ExchangeBoardsPanel()
Initializes a new instance of the ExchangeBoardsPanel.
Propiedades
Boards : ObservableCollection<ExchangeBoard>
List of boards.
SelectedBoardCode : string
The code of board which is currently being edited.
Métodos
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.
Eventos
Campos
SelectedBoardCodeProperty : DependencyProperty
DependencyProperty for SelectedBoardCode.