Back to Devexpress

CardViewImages Class

aspnet-devexpress-dot-web-9bc03526.md

latest1.9 KB
Original Source

CardViewImages Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewImages :
    GridImages
vb
Public Class CardViewImages
    Inherits GridImages

The following members return CardViewImages objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardView.Images
ASP.NET MVC ExtensionsCardViewSettings.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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ImagesBase DevExpress.Web.GridImages CardViewImages

See Also

CardViewImages Members

Images

Card View

DevExpress.Web Namespace