Back to Devexpress

LayoutSerializationOptions Class

windowsforms-devexpress-dot-xtrabars-dot-docking-daf04940.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class LayoutSerializationOptions :
    BaseOptions
vb
Public Class LayoutSerializationOptions
    Inherits 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

LayoutSerializationOptions Members

SerializationOptions

Saving and Restoring the Layout of Dock Panels

Save and Restore Layouts of DevExpress controls

DevExpress.XtraBars.Docking Namespace