Skip to main content

LayoutSerializationOptions.RestoreLayoutGroupAppearanceGroup 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 the appearance settings of groups are loaded when a layout is loaded from a data store.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual bool RestoreLayoutGroupAppearanceGroup { 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 RestoreLayoutGroupAppearanceGroup
LayoutControl
.OptionsSerialization .RestoreLayoutGroupAppearanceGroup

Remarks

See the LayoutSerializationOptions.StoreAppearance property for more information.

See Also