Table of Contents

Method CreateCharItem

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

CreateCharItem(string, string?, char?, IPropertyGridNewItemParams?)

Creates char property.

public virtual IPropertyGridItem CreateCharItem(string label, string? name = null, char? value = null, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value char?

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).