Table of Contents

Method CreateStringItem

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

CreateStringItem(string, string?, string?, IPropertyGridNewItemParams?)

Creates string property.

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

Parameters

label string

Property label.

name string

Property name.

value string

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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