Skip to main content
Tab

ASPxVerticalGrid.SettingsCookies Property

Provides access to the ASPxVerticalGrid cookie and layout settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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