Method CreateByteItem
CreateByteItem(string, string?, byte, IPropertyGridNewItemParams?)
Creates byte property.
public virtual IPropertyGridItem CreateByteItem(string label, string? name = null, byte value = 0, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringProperty label.
name
stringProperty name.
value
byteDefault property value.
prm
IPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).