Back to Devexpress

LayoutControl.UnRegisterFixedItemType(Type) Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-unregisterfixeditemtype-x28-system-dot-type-x29.md

latest1.6 KB
Original Source

LayoutControl.UnRegisterFixedItemType(Type) Method

Unregisters the specified ‘fixed’ item in the current LayoutControl.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void UnRegisterFixedItemType(
    Type itemType
)
vb
Public Overridable Sub UnRegisterFixedItemType(
    itemType As Type
)

Parameters

NameTypeDescription
itemTypeType

The type of the ‘fixed’ item to be unregistered.

|

Remarks

See the LayoutControl.RegisterFixedItemType topic to learn more.

See Also

RegisterFixedItemType(Type)

How to: Create custom 'fixed' item

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace