SecurityTypeComboBox

StockSharp.Xaml

The drop-down list to select the instrument type.

Inherits: ComboBoxEditEx

Constructors

SecurityTypeComboBox
public SecurityTypeComboBox()
securityTypeComboBox = SecurityTypeComboBox()

Initializes a new instance of the SecurityTypeComboBox.

Properties

SelectedType
public SecurityTypes? SelectedType { get; set; }
value = securityTypeComboBox.SelectedType
securityTypeComboBox.SelectedType = value

The selected instrument type.