Method CreatePropCategory
CreatePropCategory(string, string?, IPropertyGridNewItemParams?)
Creates properties category.
IPropertyGridItem CreatePropCategory(string label, string? name = null, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringCategory label.
name
stringCategory name.
prm
IPropertyGridNewItemParamsItem create params.
Returns
- IPropertyGridItem
Category property for use with Add(IPropertyGridItem, IPropertyGridItem?).