Class ExchangeBoardsPanel
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
Editor of exchange boards.
public class ExchangeBoardsPanel : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IPersistable, IComponentConnector
- Inheritance
-
ExchangeBoardsPanel
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
ExchangeBoardsPanel()
Initializes a new instance of the ExchangeBoardsPanel.
public ExchangeBoardsPanel()
Properties
Boards
List of boards.
public ObservableCollection<ExchangeBoard> Boards { get; }
Property Value
SelectedBoardCode
The code of board which is currently being edited.
public string SelectedBoardCode { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Load(SettingsStorage)
Load settings.
public void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
SetBoardCode(string)
To set the board for editing.
public void SetBoardCode(string boardCode)
Parameters
boardCode
stringThe editing board code. The board for editing is loaded by the code from EntityRegistry.
Events
Changed
Boards changed event.
public event Action Changed