TreeListDataColumn Class
Represents a data column displayed within the ASPxGridView.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class TreeListDataColumn :
TreeListColumn,
IDataSourceViewSchemaAccessor,
IWebGridDataColumnBase,
IWebGridColumn,
IFilterColumn,
IFilterablePropertyInfo
Related API Members
The following members return TreeListDataColumn objects:
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.
Implements
Inheritance
Object
StateManager
CollectionItem
WebColumnBase
TreeListColumn
TreeListDataColumn
See Also