IndexEditor
StockSharp.Xaml
El control gráfico para la edición ExpressionIndexSecurity.
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
IndexEditor
public IndexEditor()
indexEditor = IndexEditor()
Inicia una nueva instancia de la IndexEditor.
Propiedades
HasError
public bool HasError { get; private set; }
value = indexEditor.HasError
indexEditor.HasError = value
La expresión contiene un error.
HighligthBackColor
public Brush HighligthBackColor { get; set; }
value = indexEditor.HighligthBackColor
indexEditor.HighligthBackColor = value
El valor predeterminado es White.
HighligthForeColor
public Brush HighligthForeColor { get; set; }
value = indexEditor.HighligthForeColor
indexEditor.HighligthForeColor = value
El valor predeterminado es Red.
HighligthFunctions
public IEnumerable<string> HighligthFunctions { get; }
value = indexEditor.HighligthFunctions
La lista de características destacadas.
SecurityProvider
public ISecurityProvider SecurityProvider { get; set; }
value = indexEditor.SecurityProvider
indexEditor.SecurityProvider = value
El proveedor de información sobre instrumentos.
Métodos
InitializeComponent
public void InitializeComponent()
indexEditor.InitializeComponent()
InitializeComponent
Eventos
SecurityClicked
public event Action<Security> SecurityClicked
indexEditor.SecurityClicked += handler
El evento de clic en el instrumento.
TextChanged
public event TextChangedEventHandler TextChanged
indexEditor.TextChanged += handler
El texto del evento de cambio.