PositionChangeTypesComboBox
StockSharp.Xaml
Die Dropdown-Liste, um eine Reihe von Typen PositionChangeTypes auszuwählen.
Erbt von: ComboBoxEdit
Konstruktoren
PositionChangeTypesComboBox
public PositionChangeTypesComboBox()
positionChangeTypesComboBox = PositionChangeTypesComboBox()
Initialisiert eine neue Instanz von PositionChangeTypesComboBox.
Eigenschaften
DefaultTypes
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
value = PositionChangeTypesComboBox.DefaultTypes
Standardwert für SelectedTypes.
SelectedTypes
public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }
value = positionChangeTypesComboBox.SelectedTypes
positionChangeTypesComboBox.SelectedTypes = value
Ausgewählte Typen.
Methoden
OnLoadedInternal
protected override void OnLoadedInternal()
positionChangeTypesComboBox.OnLoadedInternal()
Handler für die Steuerung der Ladung.
Felder
SelectedTypesProperty
public static readonly DependencyProperty SelectedTypesProperty
value = PositionChangeTypesComboBox.SelectedTypesProperty
DependencyProperty für SelectedTypes.