PositionChangeTypesComboBox

StockSharp.Xaml

用于选择 PositionChangeTypes 类型 的下拉列表 。

继承自: ComboBoxEdit

构造函数

PositionChangeTypesComboBox
public PositionChangeTypesComboBox()
positionChangeTypesComboBox = PositionChangeTypesComboBox()

初始化了 & ##PositionChangeTypesComboBox+#的新实例.

属性

DefaultTypes
public static IEnumerable<PositionChangeTypes> DefaultTypes { get; }
value = PositionChangeTypesComboBox.DefaultTypes

Default value for 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.