Skip to main content

VerticalGridSettings.SettingsCookies Property

Provides access to the extension’s cookie settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridCookiesSettings SettingsCookies { get; }

Property Value

Type Description
ASPxVerticalGridCookiesSettings

A ASPxVerticalGridCookiesSettings object that contains the extension’s cookie settings.

Remarks

If the browser supports cookies, the VerticalGrid can persist its state (sorting, column layout, etc.) in cookies. Otherwise, information about the extension’s state is lost between different requests from the client for the same page.

To enable cookies, set the ASPxGridCookiesSettings.Enabled property to true. The ASPxVerticalGridCookiesSettings object’s properties allow you to specify what information on the VerticalGrid’s state can be saved to cookies.

See Also