Skip to main content
A newer version of this page is available. .

LayoutControl.UnRegisterCustomPropertyGridWrapper(Type) Method

Unregisters the specified wrapper object that has been registered via the LayoutControl.RegisterCustomPropertyGridWrapper method.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public void UnRegisterCustomPropertyGridWrapper(
    Type itemType
)

Parameters

Name Type Description
itemType Type

The type of the wrapper object to be unregistered.

Remarks

See the LayoutControl.RegisterCustomPropertyGridWrapper topic to learn more.

See Also