Table of Contents

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

ObservableCollection<ExchangeBoard>

SelectedBoardCode

The code of board which is currently being edited.

public string SelectedBoardCode { get; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Load(SettingsStorage)

Load settings.

public void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

SetBoardCode(string)

To set the board for editing.

public void SetBoardCode(string boardCode)

Parameters

boardCode string

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

Events

Changed

Boards changed event.

public event Action Changed

Event Type

Action