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
labelstringProperty label.
namestringProperty name.
adapterPropertyGridAdapterGenericComplex properties provider.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem?, IPropertyGridItem?).