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