Table of Contents

Method CreateLongItem

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

CreateLongItem(string, string?, long, IPropertyGridNewItemParams?)

Creates long property.

public virtual IPropertyGridItem CreateLongItem(string label, string? name = null, long value = 0, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value long

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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