Skip to main content

BootstrapGridView.SettingsCookies Property

Provides access to the BootstrapGridView‘s cookie and layout settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCookiesSettings SettingsCookies { get; }

Property Value

Type Description
BootstrapGridViewCookiesSettings

An BootstrapGridViewCookiesSettings object that contains the BootstrapGridView control’s cookie and layout settings.

See Also