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

CardViewImages Class

Contains the settings that define images displayed within the ASPxCardView’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CardViewImages :
    GridImages

The following members return CardViewImages objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCardView.Images
CardViewSettings.Images
ASP.NET Bootstrap Controls BootstrapCardView.Images

Remarks

The CardViewImages object provides a number of properties that allow you to assign images to various elements within the ASPxCardView. These properties can be accessed via the ASPxCardView.Images property.

Inheritance

Object
StateManager
PropertiesBase
ImagesBase
DevExpress.Web.GridImages
CardViewImages
See Also