Skip to main content

BaseLayoutItem.RestoreFromCustomization(BaseLayoutItem, InsertType) Method

Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RestoreFromCustomization(
    BaseLayoutItem baseItem,
    InsertType insertType
)

Parameters

Name Type Description
baseItem BaseLayoutItem

A BaseLayoutItem descendant which represents the layout item within the LayoutControl.

insertType InsertType

The position of the restored item relative to the baseItem.

Remarks

Note

Empty space items, splitters, labels, and separators are automatically disposed off when they are moved to the Customization Form. You should recreate them.

See Also