Skip to main content
Tab

ASPxCardViewCookiesSettings Class

Provides cookies and layout settings for ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxCardViewCookiesSettings :
    ASPxGridCookiesSettings

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.

Implements

See Also