Skip to main content

LayoutControl.SetDefaultLayout() Method

Saves the current layout to an internal memory buffer.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetDefaultLayout()

Remarks

The layout saved by this method can be restored using the LayoutControl.RestoreDefaultLayout method.

See Also