Method CreateDecimalItem
CreateDecimalItem(string, string?, decimal, IPropertyGridNewItemParams?)
Creates decimal property.
IPropertyGridItem CreateDecimalItem(string label, string? name = null, decimal value = 0, IPropertyGridNewItemParams? prm = null)
Parameters
labelstringProperty label.
namestringProperty name.
valuedecimalDefault property value.
prmIPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem?, IPropertyGridItem?).