PositionChangeTypesComboBox
StockSharp.Xaml
Выпадающий список для выбора набора типов PositionChangeTypes.
Наследует: ComboBoxEdit
Конструкторы
PositionChangeTypesComboBox
public PositionChangeTypesComboBox()
positionChangeTypesComboBox = PositionChangeTypesComboBox()
Инициирует новый экземпляр документа PositionChangeTypesComboBox.
Свойства
DefaultTypes
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
value = PositionChangeTypesComboBox.DefaultTypes
Значение по умолчанию для SelectedTypes.
SelectedTypes
public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }
value = positionChangeTypesComboBox.SelectedTypes
positionChangeTypesComboBox.SelectedTypes = value
Избранные типы.
Методы
OnLoadedInternal
protected override void OnLoadedInternal()
positionChangeTypesComboBox.OnLoadedInternal()
Управляйте обработчиком загрузки.
Поля
SelectedTypesProperty
public static readonly DependencyProperty SelectedTypesProperty
value = PositionChangeTypesComboBox.SelectedTypesProperty
DependencyProperty для SelectedTypes.