Back to Devexpress

CardViewBinaryImageColumn Class

aspnet-devexpress-dot-web-699c3197.md

latest2.6 KB
Original Source

CardViewBinaryImageColumn Class

Represents a data column that displays images from a binary stream.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

The ASPxCardView doesn’t automatically generate binary image columns (provided that the ASPxCardView.AutoGenerateColumns option is enabled). You should manually create the binary image column and bind it to a data field that contains images in the binary format.

The column editor’s settings can be accessed and customized using the CardViewBinaryImageColumn.PropertiesBinaryImage property.

Note

It is recommended that you set the ASPxCardView.EnableCardsCache property to false to reduce the card view loading time.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IWebGridDataColumn

IWebGridColumn

IFilterablePropertyInfo

IDataSourceViewSchemaAccessor

Inheritance

Object StateManager CollectionItem WebColumnBase CardViewColumn CardViewEditColumn CardViewBinaryImageColumn

See Also

CardViewBinaryImageColumn Members

Card View

DevExpress.Web Namespace