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