Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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
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