Table of Contents

Method AddPropCategory

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddPropCategory(string, string?, IPropertyGridNewItemParams?)

Creates and adds properties category.

public virtual IPropertyGridItem AddPropCategory(string label, string? name = null, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Category label.

name string

Category name.

prm IPropertyGridNewItemParams

Item create params.

Returns

IPropertyGridItem

Remarks