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

TreeListDataColumn Class

Represents a data column displayed within the ASPxGridView.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public class TreeListDataColumn :
    TreeListColumn,
    IDataSourceViewSchemaAccessor,
    IWebGridDataColumnBase,
    IWebGridColumn,
    IFilterColumn,
    IFilterablePropertyInfo

Remarks

In the ASPxTreeList, data fields are represented as data columns, records are displayed as nodes.

The ASPxTreeList stores its columns within the ASPxTreeList.Columns collection. A column can be accessed by its caption or the name of the data source field to which it is bound.

To learn more, see Columns Overview and Accessing Columns.

See Also