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

LayoutControl.OptionsSerialization Property

Provides access to options that control how the LayoutControl’s layout is saved to and restored from a data store (an XML file, stream or the system registry).

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[DXCategory("Options")]
public LayoutSerializationOptions OptionsSerialization { get; }

Property Value

Type Description
LayoutSerializationOptions

A LayoutSerializationOptions object.

Remarks

The OptionsSerialization property provides options which control the LayoutControl‘s layout serialization. See the LayoutSerializationOptions class’ members for information on these options.

To learn more about serializing and restoring the layout, see the Save and Restore Layout topic.

See Also