Table of Contents

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

bool

HighligthBackColor

The functions background color. The default value is White.

public Brush HighligthBackColor { get; set; }

Property Value

Brush

HighligthForeColor

The functions font color. The default value is Red.

public Brush HighligthForeColor { get; set; }

Property Value

Brush

HighligthFunctions

The list of highlighted features.

public IEnumerable<string> HighligthFunctions { get; }

Property Value

IEnumerable<string>

Securities

All available instruments.

[Obsolete("Use SecurityProvider instead.")]
public IList<Security> Securities { get; }

Property Value

IList<Security>

SecurityProvider

The provider of information about instruments.

public ISecurityProvider SecurityProvider { get; set; }

Property Value

ISecurityProvider

Text

Text.

public string Text { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

Events

SecurityClicked

The event of click on the instrument.

public event Action<Security> SecurityClicked

Event Type

Action<Security>

TextChanged

The change event Text.

public event TextChangedEventHandler TextChanged

Event Type

TextChangedEventHandler