FormulaEdit
StockSharp.Xaml
Hereda de: UserControl
Implementa: IComponentConnector
Constructores
Propiedades
AvailableVariables
public IEnumerable<FormulaVariable> AvailableVariables { get; set; }
value = formulaEdit.AvailableVariables
formulaEdit.AvailableVariables = value
Documentation
public string Documentation { get; set; }
value = formulaEdit.Documentation
formulaEdit.Documentation = value
SelectedVariable
public FormulaVariable SelectedVariable { get; set; }
value = formulaEdit.SelectedVariable
formulaEdit.SelectedVariable = value
Métodos
InitializeComponent
public void InitializeComponent()
formulaEdit.InitializeComponent()
InitializeComponent
Campos
AvailableVariablesProperty
public static readonly DependencyProperty AvailableVariablesProperty
value = FormulaEdit.AvailableVariablesProperty
DocumentationProperty
public static readonly DependencyProperty DocumentationProperty
value = FormulaEdit.DocumentationProperty
FormulaProperty
public static readonly DependencyProperty FormulaProperty
value = FormulaEdit.FormulaProperty
SelectedVariableProperty
public static readonly DependencyProperty SelectedVariableProperty
value = FormulaEdit.SelectedVariableProperty