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

ASPxGridViewCookiesSettings Class

Provides cookies and layout settings for ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxGridViewCookiesSettings :
    ASPxGridCookiesSettings

The following members return ASPxGridViewCookiesSettings objects:

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