This demo illustrates how to display a binary image column, which is implemented by the GridViewDataBinaryImageColumn class in the DevExpress ASP.NET Grid View (ASPxGridView).
In this demo, the column's PropertiesBinaryImage.EnableServerResize property is set to true, allowing the server to resize binary images on the server side, based on the ImageHeight and ImageWidth properties. This reduces the amount of data sent to the client side.