Method CreateDateItem
CreateDateItem(string, string?, DateTime?, IPropertyGridNewItemParams?)
Creates DateTime property.
IPropertyGridItem CreateDateItem(string label, string? name = null, DateTime? value = null, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringProperty label.
name
stringProperty name.
value
DateTime?Default property value.
prm
IPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).