SecurityTypeComboBox
StockSharp.Xaml
La lista desplegable para seleccionar el tipo de instrumento.
Hereda de: ComboBoxEditEx
Constructores
SecurityTypeComboBox
public SecurityTypeComboBox()
securityTypeComboBox = SecurityTypeComboBox()
Inicia una nueva instancia de la SecurityTypeComboBox.
Propiedades
SelectedType
public SecurityTypes? SelectedType { get; set; }
value = securityTypeComboBox.SelectedType
securityTypeComboBox.SelectedType = value
El tipo de instrumento seleccionado.