PropertyGridView
StockSharp.Xaml.PropertyGrid.Maui
Simple property grid for MAUI (basic mode only).
Наследует: ContentView
Конструкторы
PropertyGridView()
Creates a new property grid view.
Свойства
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.
Методы
RefreshProperties()
Refreshes the property list.
События
PropertyValueChanged : EventHandler<PropertyValueChangedEventArgs>
Property value changed event.