Skip to main content
A newer version of this page is available. .

LayoutSerializationOptions() Constructor

Initializes a new instance of the LayoutSerializationOptions class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

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