Method RegisterCollectionEditor
RegisterCollectionEditor(Type, string, Type?)
Registers collection editor for the specified property of the class.
public static IPropertyGridPropInfoRegistry? RegisterCollectionEditor(Type type, string propName, Type? editType)
Parameters
typeTypeType which contains the property.
propNamestringProperty name.
editTypeTypeEditor type which implements IListEditSource interface.
Returns
- IPropertyGridPropInfoRegistry
IPropertyGridPropInfoRegistry item for the property specified in
propName.