DockManager.SerializationOptions Property
Provides options which control how a layout of dock panels is stored to/restored from a data store (a stream, xml file or system registry).
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
LayoutSerializationOptions | A LayoutSerializationOptions object providing options which control how a layout of dock panels is stored and restored. |
Remarks
A DockManager provides methods of saving and restoring a layout from a data store. The SerializationOptions property specifies options controlling how a layout is stored and restored. For information on available options, see members of the LayoutSerializationOptions class.
Refer to Saving and Restoring the Layout of Dock Panels to learn more.