windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-4a2a9315.md
Contains options that specify how the LayoutControl’s layout is saved to and restored from a data store (an XML file, a stream or the system registry).
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Options")]
public LayoutSerializationOptions OptionsSerialization { get; }
<DXCategory("Options")>
Public ReadOnly Property OptionsSerialization As LayoutSerializationOptions
| Type | Description |
|---|---|
| LayoutSerializationOptions |
A LayoutSerializationOptions object.
|
The OptionsSerialization object contains the following properties that specify how the LayoutControl’s layout is saved to and restored from a data store (an XML file, a stream or the system registry).
See Also
RestoreLayoutFromRegistry(String)
RestoreLayoutFromStream(Stream)