Table of Contents

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

DependencyProperty

Properties

DefaultTypes

Default value for SelectedTypes.

public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }

Property Value

IEnumerable<PositionChangeTypes>

SelectedTypes

Selected types.

public IEnumerable<PositionChangeTypes> SelectedTypes { get; set; }

Property Value

IEnumerable<PositionChangeTypes>

Methods

OnLoadedInternal()

Control loading handler.

protected override void OnLoadedInternal()