Class IndexEditor
- Namespace
- StockSharp.Xaml
- Assembly
- StockSharp.Xaml.dll
The graphic control for editing ExpressionIndexSecurity.
[CLSCompliant(false)]
public class IndexEditor : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
IndexEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
IndexEditor()
Initializes a new instance of the IndexEditor.
public IndexEditor()
Properties
HasError
The expression contains an error.
public bool HasError { get; }
Property Value
HighligthBackColor
The functions background color. The default value is White.
public Brush HighligthBackColor { get; set; }
Property Value
HighligthForeColor
The functions font color. The default value is Red.
public Brush HighligthForeColor { get; set; }
Property Value
HighligthFunctions
The list of highlighted features.
public IEnumerable<string> HighligthFunctions { get; }
Property Value
Securities
All available instruments.
[Obsolete("Use SecurityProvider instead.")]
public IList<Security> Securities { get; }
Property Value
SecurityProvider
The provider of information about instruments.
public ISecurityProvider SecurityProvider { get; set; }
Property Value
Text
Text.
public string Text { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
SecurityClicked
The event of click on the instrument.
public event Action<Security> SecurityClicked
Event Type
TextChanged
The change event Text.
public event TextChangedEventHandler TextChanged