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.

イベント