PropertyGridView
StockSharp.Xaml.PropertyGrid.Maui
Simple property grid for MAUI (basic mode only).
Erbt von: ContentView
Konstruktoren
PropertyGridView()
Creates a new property grid view.
Eigenschaften
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.
Methoden
RefreshProperties()
Refreshes the property list.
Ereignisse
PropertyValueChanged : EventHandler<PropertyValueChangedEventArgs>
Property value changed event.