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

LayoutSerializationOptions Class

Contains 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.v19.2.dll

Declaration

public class LayoutSerializationOptions :
    BaseOptions

The following members return LayoutSerializationOptions objects:

Remarks

The options this class provides are accessible with the LayoutControl.OptionsSerialization property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
LayoutSerializationOptions
See Also