windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-8eaa2262.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Behavior")]
public LayoutSerializationOptions SerializationOptions { get; }
<DXCategory("Behavior")>
Public ReadOnly Property SerializationOptions As LayoutSerializationOptions
| Type | Description |
|---|---|
| LayoutSerializationOptions |
A LayoutSerializationOptions object providing options which control how a layout of dock panels is stored and restored.
|
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.
See Also
Saving and Restoring the Layout of Dock Panels