Table of Contents

Class DriveComboBox

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll

Combo box to select IMarketDataDrive.

public class DriveComboBox : ComboBoxEdit
Inheritance
DriveComboBox
Extension Methods

Constructors

DriveComboBox()

public DriveComboBox()

Fields

SelectedDriveProperty

public static readonly DependencyProperty SelectedDriveProperty

Field Value

DependencyProperty

Properties

SelectedDrive

Selected storage.

public IMarketDataDrive SelectedDrive { get; set; }

Property Value

IMarketDataDrive

Methods

CreateEditorSettings()

protected override BaseEditSettings CreateEditorSettings()

Returns

BaseEditSettings

OnLoadedInternal()

protected override void OnLoadedInternal()

Events

Changed

Storage changed event.

public event Action<IMarketDataDrive, bool> Changed

Event Type

Action<IMarketDataDrive, bool>