Skip to main content
A newer version of this page is available. .

BootstrapGridViewBinaryImageColumn Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapGridViewBinaryImageColumn :
    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.

BootstrapGridView-CreateBinaryImageColumn

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

See Also