TreeListDataColumn Class
Represents a data column displayed within the ASPxGridView.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll
Declaration
public class TreeListDataColumn :
TreeListColumn,
IDataSourceViewSchemaAccessor,
IWebGridDataColumnBase,
IWebGridColumn,
IFilterColumn,
IFilterablePropertyInfo
Related API Members
The following members accept/return TreeListDataColumn objects:
Show 13 links
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