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

BootstrapGridViewImageColumn Class

Represents a data column that displays images located at the specified URLs.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapGridViewImageColumn :
    BootstrapGridViewEditDataColumn

Remarks

BootstrapGridViewImageColumn objects represent data columns used to display images. Images are obtained from URLs contained within a data field the column is bound to. The column editor’s settings can be accessed and customized using the BootstrapGridViewImageColumn.PropertiesImage property.

See Also