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

BaseLayoutItem.RestoreFromCustomization(LayoutItemDragController) Method

Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public virtual void RestoreFromCustomization(
    LayoutItemDragController controller
)

Parameters

Name Type Description
controller LayoutItemDragController

A LayoutItemDragController object whose settings determine the position to which the layout item should be moved.

Remarks

To restore an item at a specific position, create a LayoutItemDragController object. It’s settings should identify the position in which the current item must be displayed. Then call the RestoreFromCustomization method and pass the LayoutItemDragController object.

See Also