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