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

LayoutSerializationOptions.RestoreAppearanceItemCaption Property

Gets or sets whether the appearance settings of item captions are loaded when a layout is loaded from a data store.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DefaultValue(false)]
public virtual bool RestoreAppearanceItemCaption { get; set; }

Property Value

Type Default Description
Boolean **false**

A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored.

Property Paths

You can access this nested property as listed below:

Object Type Path to RestoreAppearanceItemCaption
DataLayoutControl
.OptionsSerialization.RestoreAppearanceItemCaption
LayoutControl
.OptionsSerialization.RestoreAppearanceItemCaption

Remarks

See the LayoutSerializationOptions.RestoreLayoutGroupAppearanceGroup topic to learn more.

See Also