Table of Contents

Method CreateDoubleItem

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

CreateDoubleItem(string, string?, double, IPropertyGridNewItemParams?)

Creates double property.

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

Parameters

label string

Property label.

name string

Property name.

value double

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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