aspnetbootstrap-devexpress-dot-web-dot-bootstrap-aac40e45.md
Represents a data column that displays images from a binary stream.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapCardViewBinaryImageColumn :
BootstrapCardViewEditColumn
Public Class BootstrapCardViewBinaryImageColumn
Inherits BootstrapCardViewEditColumn
The Card View 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 BootstrapCardViewBinaryImageColumn.PropertiesBinaryImage property.
Object StateManager CollectionItem WebColumnBase CardViewColumn BootstrapCardViewColumn BootstrapCardViewEditColumn BootstrapCardViewBinaryImageColumn
See Also