Skip to main content
Tab

ASPxGridViewCookiesSettings Class

Provides cookies and layout settings for ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewCookiesSettings :
    ASPxGridCookiesSettings

The following members return ASPxGridViewCookiesSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.SettingsCookies
GridViewProperties.SettingsCookies
ASP.NET MVC Extensions GridViewSettings.SettingsCookies
MVCxGridViewProperties.SettingsCookies

Remarks

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

Implements

See Also