LayoutControl.UnRegisterCustomPropertyGridWrapper(Type) Method
Unregisters the specified wrapper object that has been registered via the LayoutControl.RegisterCustomPropertyGridWrapper method.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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