Table of Contents

Method CreateIntItem

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

CreateIntItem(string, string?, int, IPropertyGridNewItemParams?)

Creates int property.

IPropertyGridItem CreateIntItem(string label, string? name = null, int value = 0, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value int

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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