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