Back to Devexpress

BootstrapGridViewBinaryImageColumn Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-db6e8fc5.md

latest2.4 KB
Original Source

BootstrapGridViewBinaryImageColumn Class

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

Declaration

csharp
public class BootstrapGridViewBinaryImageColumn :
    BootstrapGridViewEditDataColumn
vb
Public Class BootstrapGridViewBinaryImageColumn
    Inherits BootstrapGridViewEditDataColumn

Remarks

The BootstrapGridView doesn’t automatically generate binary image columns (provided that the ASPxGridView.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 BootstrapGridViewBinaryImageColumn.PropertiesBinaryImage property.

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewDataColumn BootstrapGridViewDataColumn BootstrapGridViewEditDataColumn BootstrapGridViewBinaryImageColumn

See Also

BootstrapGridViewBinaryImageColumn Members

Grid View

Data Columns

DevExpress.Web.Bootstrap Namespace