Back to Devexpress

GridViewDataBinaryImageColumn Class

aspnet-devexpress-dot-web-40b09d2c.md

latest2.7 KB
Original Source

GridViewDataBinaryImageColumn 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 GridViewDataBinaryImageColumn :
    GridViewEditDataColumn
vb
Public Class GridViewDataBinaryImageColumn
    Inherits GridViewEditDataColumn

Remarks

The ASPxGridView 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 GridViewDataBinaryImageColumn.PropertiesBinaryImage property.

Note

It is recommended that you set the ASPxGridView.EnableRowsCache property to false to reduce the grid loading time.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase GridViewColumn GridViewDataColumn GridViewEditDataColumn GridViewDataBinaryImageColumn

See Also

GridViewDataBinaryImageColumn Members

Grid View

DevExpress.Web Namespace