PropertyGroup

StockSharp.Xaml.PropertyGrid.Maui

Group of properties by category.

Inherits: List<PropertyItem>

Constructors

PropertyGroup
public PropertyGroup(string name, IEnumerable<PropertyItem> items)
propertyGroup = PropertyGroup(name, items)

Creates a new property group.

Properties

Name
public string Name { get; }
value = propertyGroup.Name

Category name.