Class SecurityTypeComboBox
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The drop-down list to select the instrument type.
public class SecurityTypeComboBox : ComboBoxEditEx
- Inheritance
-
SecurityTypeComboBox
- Inherited Members
- Extension Methods
Constructors
SecurityTypeComboBox()
Initializes a new instance of the SecurityTypeComboBox.
public SecurityTypeComboBox()
Properties
SelectedType
The selected instrument type.
public SecurityTypes? SelectedType { get; set; }