DriveComboBoxEditor

StockSharp.Xaml.PropertyGrid

Editor for IMarketDataDrive.

Inherits: ComboBoxEditSettings

Implements: IComponentConnector

Constructors

DriveComboBoxEditor
public DriveComboBoxEditor()
driveComboBoxEditor = DriveComboBoxEditor()

Initializes a new instance of the DriveComboBoxEditor.

Properties

Changed
public Action<IMarketDataDrive, bool> Changed { get; set; }
value = driveComboBoxEditor.Changed
driveComboBoxEditor.Changed = value

Storage changed event.

ShowDeleteButton
public bool ShowDeleteButton { get; set; }
value = driveComboBoxEditor.ShowDeleteButton
driveComboBoxEditor.ShowDeleteButton = value

Show Delete button.

ShowEditButton
public bool ShowEditButton { get; set; }
value = driveComboBoxEditor.ShowEditButton
driveComboBoxEditor.ShowEditButton = value

Show Edit button.

ShowSearchButton
public bool ShowSearchButton { get; set; }
value = driveComboBoxEditor.ShowSearchButton
driveComboBoxEditor.ShowSearchButton = value

Show Search button.

Methods

AssignToEditCore
protected override void AssignToEditCore(IBaseEdit edit)
driveComboBoxEditor.AssignToEditCore(edit)
edit
InitializeComponent
public void InitializeComponent()
driveComboBoxEditor.InitializeComponent()

InitializeComponent