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

LayoutSerializationOptions.RestoreLayoutItemCustomizationFormText Property

Gets or sets whether values of layout items’ BaseLayoutItem.CustomizationFormText properties are restored when restoring the control’s layout from a data store.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[DefaultValue(true)]
public virtual bool RestoreLayoutItemCustomizationFormText { get; set; }

Property Value

Type Default Description
Boolean **true**

true to restore the corresponding settings; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RestoreLayoutItemCustomizationFormText
DataLayoutControl
.OptionsSerialization.RestoreLayoutItemCustomizationFormText
LayoutControl
.OptionsSerialization.RestoreLayoutItemCustomizationFormText
See Also