Back to Devexpress

TreeListBinaryImageColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-8f0248f3.md

latest2.5 KB
Original Source

TreeListBinaryImageColumn Class

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

Namespace : DevExpress.Web.ASPxTreeList

Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListBinaryImageColumn :
    TreeListEditDataColumn
vb
Public Class TreeListBinaryImageColumn
    Inherits TreeListEditDataColumn

Remarks

The ASPxTreeList doesn’t automatically generate binary image columns (provided that the ASPxTreeList.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 TreeListBinaryImageColumn.PropertiesBinaryImage property.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListBinaryImageColumn

See Also

TreeListBinaryImageColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace