Method CreatePropertyWithAdapter
CreatePropertyWithAdapter(string, string?, PropertyGridAdapterGeneric)
Create complex property with sub-properties using PropertyGridAdapterGeneric instance as child properties provider.
public virtual IPropertyGridItem CreatePropertyWithAdapter(string label, string? name, PropertyGridAdapterGeneric adapter)
Parameters
label
stringProperty label.
name
stringProperty name.
adapter
PropertyGridAdapterGenericComplex properties provider.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).