Class PropertyGroupDescriptionAttribute
Represents a description attribute used to decorate layer property groups
public class PropertyGroupDescriptionAttribute : Attribute
- Inheritance
-
objectPropertyGroupDescriptionAttribute
- Inherited Members
Properties
Description
The user-friendly description for this property group, shown in the UI.
public string? Description { get; set; }
Property Value
Identifier
The identifier of this property group used for storage, if not set one will be generated based on the group name in code
public string? Identifier { get; set; }
Property Value
Name
The user-friendly name for this property group, shown in the UI.
public string? Name { get; set; }