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

LayoutSerializationOptions Class

Contains options that specify how a layout of dock panels is stored to and restored from storage (a stream, xml file or system registry).

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class LayoutSerializationOptions :
    BaseOptions

The following members return LayoutSerializationOptions objects:

#Remarks

The options this class provides are accessible with the DockManager.SerializationOptions property.

For information on methods used to save and restore a layout, see the Saving and Restoring the Layout of Dock Panels topic.

#Inheritance

Object
ViewStatePersisterCore
BaseOptions
LayoutSerializationOptions
See Also