Skip to main content

BootstrapTabbedLayoutGroupTabPageSettings.SaveStateToCookies Property

Gets or sets a value that specifies whether cookies are used to persist the information about the control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
Boolean false

true if information is persisted in cookies; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SaveStateToCookies
BootstrapCardViewTabbedLayoutGroup
.SettingsTabPages .SaveStateToCookies
BootstrapDialogTabbedFieldGroup
.SettingsTabPages .SaveStateToCookies
BootstrapGridViewTabbedLayoutGroup
.SettingsTabPages .SaveStateToCookies
BootstrapTabbedLayoutGroup
.SettingsTabPages .SaveStateToCookies

Remarks

Use the SaveStateToCookies property to control whether a cookie is used to maintain information about the control. If the browser or device supports cookies, then cookies are used to persist this information; otherwise, information is lost between different requests for the same page from the client device’s browser.

When this property is set to true, the BootstrapTabbedLayoutGroupTabPageSettings.SaveStateToCookiesID property can be also used to specify how information should be persisted in cookies.

See Also