Class PositionChangeTypesComboBox
Выпадающие список для выбора множества PositionChangeTypes.
Namespace: StockSharp.Xaml
Assembly: StockSharp.Xaml.dll
Syntax
public class PositionChangeTypesComboBox : ComboBoxEdit
Constructors
PositionChangeTypesComboBox()
Создать PositionChangeTypesComboBox.
Declaration
public PositionChangeTypesComboBox()
Fields
SelectedTypesProperty
Declaration
public static readonly DependencyProperty SelectedTypesProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
DefaultTypes
Значение по умолчанию для SelectedTypes.
Declaration
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PositionChangeTypes> |
SelectedTypes
Выбранные типы.
Declaration
public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<PositionChangeTypes> |
Methods
OnLoadedInternal()
Обработчик загрузки контрола.
Declaration
protected override void OnLoadedInternal()