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

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.v19.1.dll

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 DevExpress.XtraLayout.Utils.InsertType

A DevExpress.XtraLayout.Utils.InsertType enumeration value that specifies the position of the restored item relative to the baseItem.

See Also