Class PositionChangeTypesComboBox
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The drop-down list to select a set of types PositionChangeTypes.
public class PositionChangeTypesComboBox : ComboBoxEdit
- Inheritance
-
PositionChangeTypesComboBox
- Extension Methods
Constructors
PositionChangeTypesComboBox()
Initializes a new instance of the PositionChangeTypesComboBox.
public PositionChangeTypesComboBox()
Fields
SelectedTypesProperty
public static readonly DependencyProperty SelectedTypesProperty
Field Value
Properties
DefaultTypes
Default value for SelectedTypes.
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
Property Value
SelectedTypes
Selected types.
public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }
Property Value
Methods
OnLoadedInternal()
Control loading handler.
protected override void OnLoadedInternal()