Table of Contents

Method CreatePropCategory

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

CreatePropCategory(string, string?, IPropertyGridNewItemParams?)

Creates properties category.

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

Parameters

label string

Category label.

name string

Category name.

prm IPropertyGridNewItemParams

Item create params.

Returns

IPropertyGridItem

Category property for use with Add(IPropertyGridItem, IPropertyGridItem?).