DriveComboBoxEditor

StockSharp.Xaml.PropertyGrid

Editor for IMarketDataDrive.

继承自: ComboBoxEditSettings

实现: IComponentConnector

构造函数

DriveComboBoxEditor
public DriveComboBoxEditor()
driveComboBoxEditor = DriveComboBoxEditor()

初始化了 & ##DriveComboBoxEditor+#的新实例.

属性

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

存储已更改事件 。

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

显示删除按钮 。

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

显示编辑按钮 。

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

显示搜索按钮 。

方法

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

InitializeComponent