TreeListDataColumn Class
In This Article
Represents a data column displayed within the ASPxGridView.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Implements
#Inheritance
Show 23 items
Object
StateManager
CollectionItem
WebColumnBase
TreeListColumn
TreeListDataColumn
See Also