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

WorkspaceManager.SaveLayout(Control, String) Method

Saves the layout of one specific control to a target local storage location.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static void SaveLayout(
    Control targetControl,
    string path
)

Parameters

Name Type Description
targetControl Control

A Control whose layout is to be saved.

path String

A String value that is the path to a file that should keep the layout of a control.

Remarks

To apply this stored layout, call the WorkspaceManager.RestoreLayout method.

See Also