Table of Contents

Method CreateByteItem

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

CreateByteItem(string, string?, byte, IPropertyGridNewItemParams?)

Creates byte property.

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

Parameters

label string

Property label.

name string

Property name.

value byte

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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