Back to Devexpress

LayoutControl.SetDefaultLayout() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-fec13f62.md

latest1.5 KB
Original Source

LayoutControl.SetDefaultLayout() Method

Saves the current layout to an internal memory buffer.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void SetDefaultLayout()
vb
Public Sub SetDefaultLayout

Remarks

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

See Also

RestoreDefaultLayout()

DefaultLayoutLoaded

DefaultLayoutLoading

Save and Restore Form Layout

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace