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