Method AddPropCategory
AddPropCategory(string, string?, IPropertyGridNewItemParams?)
Creates and adds properties category.
public virtual IPropertyGridItem AddPropCategory(string label, string? name = null, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringCategory label.
name
stringCategory name.
prm
IPropertyGridNewItemParamsItem create params.
Returns
Remarks
Same as CreatePropCategory(string, string?, IPropertyGridNewItemParams?) but additionally calls Add(IPropertyGridItem, IPropertyGridItem?).