Skip to main content

LayoutSerializationOptions() Constructor

Initializes a new instance of the LayoutSerializationOptions class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutSerializationOptions()

Remarks

This constructor is automatically called to initialize the DockManager.SerializationOptions property. Generally there is no need to call it manually from your code.

See Also