Skip to main content
Tab

ASPxVerticalGridCookiesSettings Class

Provides cookies and layout settings for the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridCookiesSettings :
    ASPxGridCookiesSettings

The following members return ASPxVerticalGridCookiesSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.SettingsCookies
ASP.NET MVC Extensions VerticalGridSettings.SettingsCookies

Remarks

The ASPxVerticalGridCookiesSettings class provides a set of properties that are applied to cookies and layout storage settings. An object of the ASPxVerticalGridCookiesSettings class can be accessed by the ASPxVerticalGrid.SettingsCookies property.

Implements

See Also