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

LayoutSerializationOptions.RestoreTabbedGroupPadding Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Remarks

See the LayoutSerializationOptions.StoreSpaceOptions property for more information.

See Also