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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
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