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.v22.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. |
See Also