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.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Behavior")]
public LayoutSerializationOptions SerializationOptions { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#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.