Table of Contents

Class DriveComboBoxEditor

Namespace
StockSharp.Xaml.PropertyGrid
Assembly
StockSharp.Xaml.dll

Editor for IMarketDataDrive.

public class DriveComboBoxEditor : ComboBoxEditSettings, IComponentConnector
Inheritance
DriveComboBoxEditor
Implements
Extension Methods

Constructors

DriveComboBoxEditor()

Initializes a new instance of the DriveComboBoxEditor.

public DriveComboBoxEditor()

Properties

Changed

Storage changed event.

public Action<IMarketDataDrive, bool> Changed { get; set; }

Property Value

Action<IMarketDataDrive, bool>

ShowDeleteButton

Show Delete button.

public bool ShowDeleteButton { get; set; }

Property Value

bool

ShowEditButton

Show Edit button.

public bool ShowEditButton { get; set; }

Property Value

bool

ShowSearchButton

Show Search button.

public bool ShowSearchButton { get; set; }

Property Value

bool

Methods

AssignToEditCore(IBaseEdit)

protected override void AssignToEditCore(IBaseEdit edit)

Parameters

edit IBaseEdit

InitializeComponent()

InitializeComponent

public void InitializeComponent()