PositionChangeTypesComboBox

StockSharp.Xaml

The drop-down list to select a set of types PositionChangeTypes.

Inherits: ComboBoxEdit

Constructors

PositionChangeTypesComboBox
public PositionChangeTypesComboBox()
positionChangeTypesComboBox = PositionChangeTypesComboBox()

Initializes a new instance of the PositionChangeTypesComboBox.

Properties

DefaultTypes
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
value = PositionChangeTypesComboBox.DefaultTypes

Default value for SelectedTypes.

SelectedTypes
public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }
value = positionChangeTypesComboBox.SelectedTypes
positionChangeTypesComboBox.SelectedTypes = value

Selected types.

Methods

OnLoadedInternal
protected override void OnLoadedInternal()
positionChangeTypesComboBox.OnLoadedInternal()

Control loading handler.

Fields

SelectedTypesProperty
public static readonly DependencyProperty SelectedTypesProperty
value = PositionChangeTypesComboBox.SelectedTypesProperty

DependencyProperty for SelectedTypes.