Skip to main content

LayoutControl.UnRegisterCustomPropertyGridWrapper(Type) Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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