Back to Devexpress

CardViewImageColumn Class

aspnet-devexpress-dot-web-26e7a49e.md

latest2.1 KB
Original Source

CardViewImageColumn Class

Represents a data column that displays images located at the specified URLs.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewImageColumn :
    CardViewEditColumn
vb
Public Class CardViewImageColumn
    Inherits CardViewEditColumn

Remarks

CardViewImageColumn objects represent data columns used to display images. Images are obtained from URLs contained within a data field the column is bound to. The column editor’s settings can be accessed and customized using the CardViewImageColumn.PropertiesImage property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridDataColumn

IWebGridColumn

IFilterablePropertyInfo

IDataSourceViewSchemaAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase CardViewColumn CardViewEditColumn CardViewImageColumn

See Also

CardViewImageColumn Members

Card View

DevExpress.Web Namespace