Skip to main content

LayoutSerializationOptions() Constructor

Initializes a new instance of the LayoutSerializationOptions class with default settings.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public LayoutSerializationOptions()

Remarks

This constructor is used to initialize the LayoutControl.OptionsSerialization property. Generally there is no need to call it manually from your code.

See Also