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

LayoutSerializationOptions() Constructor

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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