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

LayoutSerializationOptions Class

Contains options that specify how a layout of dock panels is stored to and restored from storage (a stream, xml file or system registry).

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class LayoutSerializationOptions :
    BaseOptions

The following members return LayoutSerializationOptions objects:

Remarks

The options this class provides are accessible with the DockManager.SerializationOptions property.

For information on methods used to save and restore a layout, see the Saving and Restoring the Layout of Dock Panels topic.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
LayoutSerializationOptions
See Also