ASPxCardViewCookiesSettings Class
Provides cookies and layout settings for ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return ASPxCardViewCookiesSettings objects:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | ASPxCardView.SettingsCookies |
ASP.NET MVC Extensions | CardViewSettings.SettingsCookies |
Remarks
The ASPxCardViewCookiesSettings class provides a set of properties that are applied to cookies and layout storing settings. An object of the ASPxCardViewCookiesSettings class can be accessed by the ASPxCardView.SettingsCookies property.
Cookies
The properties provided by the ASPxCardViewCookiesSettings class allow you to enable cookies and specify which information on the ASPxCardView state can be saved to cookies. To enable cookies, set the ASPxGridCookiesSettings.Enabled property to
true
.Layout Storing
The properties provided by the ASPxCardViewCookiesSettings class allow you to specify which information on the ASPxCardView layout will be saved when handling the ASPxGridBase.ClientLayout event or calling the ASPxGridBase.SaveClientLayout method.