Method CreateEditEnumItem
CreateEditEnumItem(string, string?, IPropertyGridChoices, string?, IPropertyGridNewItemParams?)
Creates editable enumeration property.
IPropertyGridItem CreateEditEnumItem(string label, string? name, IPropertyGridChoices choices, string? value = null, IPropertyGridNewItemParams? prm = null)
Parameters
labelstringProperty label.
namestringProperty name.
choicesIPropertyGridChoicesEnumeration elements.
valuestringDefault property value.
prmIPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem?, IPropertyGridItem?).