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
ShowDeleteButton
Show Delete button.
public bool ShowDeleteButton { get; set; }
Property Value
ShowEditButton
Show Edit button.
public bool ShowEditButton { get; set; }
Property Value
ShowSearchButton
Show Search button.
public bool ShowSearchButton { get; set; }
Property Value
Methods
AssignToEditCore(IBaseEdit)
protected override void AssignToEditCore(IBaseEdit edit)
Parameters
edit
IBaseEdit
InitializeComponent()
InitializeComponent
public void InitializeComponent()