UnitPage
StockSharp.Xaml.Windows.Maui
Unit editing page.
Inherits: ContentPage
Constructors
Properties
SupportedTypes
public IEnumerable<UnitTypes> SupportedTypes { get; set; }
value = unitPage.SupportedTypes
unitPage.SupportedTypes = value
Gets or sets the supported unit types.
Value
public Unit Value { get; set; }
value = unitPage.Value
unitPage.Value = value
Gets or sets the unit value.
ViewModel
public UnitWindowViewModel ViewModel { get; }
value = unitPage.ViewModel
Gets the ViewModel.
Events
Completed
public event EventHandler<bool> Completed
unitPage.Completed += handler
Event raised when completed.