Table of Contents

Class FormulaEdit

Namespace
StockSharp.Xaml
Assembly
StockSharp.Xaml.dll
public class FormulaEdit : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
FormulaEdit
Implements
Inherited Members
Extension Methods

Constructors

FormulaEdit()

public FormulaEdit()

Fields

AvailableVariablesProperty

public static readonly DependencyProperty AvailableVariablesProperty

Field Value

DependencyProperty

DocumentationProperty

public static readonly DependencyProperty DocumentationProperty

Field Value

DependencyProperty

FormulaProperty

public static readonly DependencyProperty FormulaProperty

Field Value

DependencyProperty

SelectedVariableProperty

public static readonly DependencyProperty SelectedVariableProperty

Field Value

DependencyProperty

Properties

AvailableVariables

public IEnumerable<FormulaEdit.FormulaVariable> AvailableVariables { get; set; }

Property Value

IEnumerable<FormulaEdit.FormulaVariable>

Documentation

public string Documentation { get; set; }

Property Value

string

Formula

public string Formula { get; set; }

Property Value

string

SelectedVariable

public FormulaEdit.FormulaVariable SelectedVariable { get; set; }

Property Value

FormulaEdit.FormulaVariable

VarDoubleClickCmd

public ICommand VarDoubleClickCmd { get; }

Property Value

ICommand

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()

ValidateFormula()

public void ValidateFormula()