Back to Devexpress

CardViewStyles Class

aspnet-devexpress-dot-web-d8124b81.md

latest1.7 KB
Original Source

CardViewStyles Class

Contains settings that allow you to define the appearance of the ASPxCardView‘s visual elements.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewStyles :
    GridStyles
vb
Public Class CardViewStyles
    Inherits GridStyles

The following members return CardViewStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardView.Styles
ASP.NET MVC ExtensionsCardViewSettings.Styles

Remarks

An object of the CardViewStyles type can be accessed by the ASPxCardView.Styles property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase DevExpress.Web.GridStyles CardViewStyles

See Also

CardViewStyles Members

Card View

DevExpress.Web Namespace