Table of Contents

Method RegisterCollectionEditor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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

type Type

Type which contains the property.

propName string

Property name.

editType Type

Editor type which implements IListEditSource interface.

Returns

IPropertyGridPropInfoRegistry

IPropertyGridPropInfoRegistry item for the property specified in propName.