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
Documentation
public string Documentation { get; set; }
Property Value
Formula
public string Formula { get; set; }
Property Value
SelectedVariable
public FormulaEdit.FormulaVariable SelectedVariable { get; set; }
Property Value
VarDoubleClickCmd
public ICommand VarDoubleClickCmd { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
ValidateFormula()
public void ValidateFormula()