FormulaPage

StockSharp.Xaml.Windows.Maui

Formula editor page.

Inherits: ContentPage

Constructors

FormulaPage()

Creates a new FormulaPage.

Properties

Formula : string

Gets or sets the formula.

ViewModel : FormulaWindowViewModel

Gets the ViewModel.

Methods

ConfirmValidation()

Confirm successful validation.

SetValidationError(string)

Set validation error.

SetVariables(IEnumerable<FormulaVariableViewModel>)

Set available variables.

Events

Completed : EventHandler<bool>

Event raised when completed.

ValidateRequested : EventHandler<string>

Event raised to validate formula.