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

LayoutSerializationOptions.RestoreRootGroupPadding Property

Gets or sets whether the layout root group’s padding settings (BaseLayoutItem.Padding) are restored when restoring the control’s layout from a data store.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to restore the corresponding settings; otherwise, false.

Property Paths

You can access this nested property as listed below:

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