Table of Contents

Method CreateSByteItem

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

CreateSByteItem(string, string?, sbyte, IPropertyGridNewItemParams?)

Creates sbyte property.

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

Parameters

label string

Property label.

name string

Property name.

value sbyte

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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