Skip to main content

LayoutSerializationOptions.RestoreLayoutItemText Property

SECURITY NOTE

Deserializing layout settings from untrusted resources may create security issues. Review the following help topic for additional information: Safe Deserialization.

Gets or sets whether layout items’ captions are restored when restoring the control’s layout from a data store.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool RestoreLayoutItemText { get; set; }

Property Value

Type Default Description
Boolean true

true if layout items’ captions are restored when restoring the control’s layout from a data store; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RestoreLayoutItemText
LayoutControl
.OptionsSerialization .RestoreLayoutItemText

Remarks

See the LayoutSerializationOptions.StoreText property for more information.

See Also