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

LayoutControl.SetDefaultLayout() Method

Saves the current layout to an internal memory buffer.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public void SetDefaultLayout()

Remarks

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

See Also