PropertyGridView
StockSharp.Xaml.PropertyGrid.Maui
Simple property grid for MAUI (basic mode only).
Inherits: ContentView
Constructors
PropertyGridView()
Creates a new property grid view.
Properties
IsBasicMode : bool
Whether to show only basic properties.
IsCategorized : bool
Whether to group by category.
Properties : ObservableCollection<PropertyItem>
Property items collection.
SelectedObject : object
Gets or sets the selected object.
Methods
RefreshProperties()
Refreshes the property list.
Events
PropertyValueChanged : EventHandler<PropertyValueChangedEventArgs>
Property value changed event.