Table of Contents

Constructor PropertyGridItem

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

PropertyGridItem(IPropertyGrid, PropertyGridItemHandle, string, string?, object?, IPropertyGridNewItemParams?)

Initializes a new instance of the PropertyGridItem class.

public PropertyGridItem(IPropertyGrid owner, PropertyGridItemHandle handle, string label, string? name, object? defaultValue, IPropertyGridNewItemParams? prm)

Parameters

owner IPropertyGrid
handle PropertyGridItemHandle
label string
name string
defaultValue object
prm IPropertyGridNewItemParams