Table of Contents

Method CreateLongStringItem

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

CreateLongStringItem(string, string?, string?, IPropertyGridNewItemParams?)

Creates string property with additional edit dialog for entering long values.

public virtual IPropertyGridItem CreateLongStringItem(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?).