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