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

ASPxVerticalGrid.SettingsCookies Property

Provides access to the ASPxVerticalGrid cookie and layout settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridCookiesSettings SettingsCookies { get; }

Property Value

Type Description
ASPxVerticalGridCookiesSettings

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

Remarks

The SettingsCookies property allows you to specify cookie and layout storage settings.

See Also