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

LayoutControl.UnRegisterFixedItemType(Type) Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual void UnRegisterFixedItemType(
    Type itemType
)

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