Table of Contents

Method CreateDateItem

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

CreateDateItem(string, string?, DateTime?, IPropertyGridNewItemParams?)

Creates DateTime property.

public virtual IPropertyGridItem CreateDateItem(string label, string? name = null, DateTime? value = null, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value DateTime?

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

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