Table of Contents

Method CreateDecimalItem

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

CreateDecimalItem(string, string?, decimal, IPropertyGridNewItemParams?)

Creates decimal property.

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

Parameters

label string

Property label.

name string

Property name.

value decimal

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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