Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public LayoutSerializationOptions SerializationOptions { get; }

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.

See Also