Back to Devexpress

CardViewSettings.SettingsCookies Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-fe2909f5.md

latest1.8 KB
Original Source

CardViewSettings.SettingsCookies Property

Provides access to the extension’s cookie settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxCardViewCookiesSettings SettingsCookies { get; }
vb
Public ReadOnly Property SettingsCookies As ASPxCardViewCookiesSettings

Property Value

TypeDescription
ASPxCardViewCookiesSettings

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

|

Remarks

If the browser supports cookies, the CardView can persist its state (sorting, filtering, 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 ASPxCardViewCookiesSettings object’s properties allow you to specify what information on the CardView’s state can be saved to cookies.

See Also

Cookies Support

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace