LayoutControl.UnRegisterFixedItemType(Type) Method
Unregisters the specified ‘fixed’ item in the current LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
itemType | Type | The type of the ‘fixed’ item to be unregistered. |
Remarks
See the LayoutControl.RegisterFixedItemType topic to learn more.
See Also