TreeListImageColumn Class
In This Article
Represents a data column that displays images located at the specified URLs.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TreeListImageColumn :
TreeListEditDataColumn
#Remarks
TreeListImageColumn 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 TreeListImageColumn.PropertiesImage property.
#Implements
#Inheritance
See Also