Back to Devexpress

TreeListDataColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-4c9d1c08.md

latest5.8 KB
Original Source

TreeListDataColumn Class

Represents a data column displayed within the ASPxGridView.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListDataColumn :
    TreeListColumn,
    IDataSourceViewSchemaAccessor,
    IWebGridDataColumnBase,
    IWebGridColumn,
    IFilterColumn,
    IFilterablePropertyInfo
vb
Public Class TreeListDataColumn
    Inherits TreeListColumn
    Implements IDataSourceViewSchemaAccessor,
               IWebGridDataColumnBase,
               IWebGridColumn,
               IFilterColumn,
               IFilterablePropertyInfo

The following members 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

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Show 23 items

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn

TreeListSpinEditColumn

TreeListDateTimeColumn

TreeListDropDownEditColumn

TreeListTextColumn

TreeListTimeEditColumn

TreeListTokenBoxColumn

TreeListBinaryImageColumn

TreeListButtonEditColumn

TreeListCheckColumn

TreeListColorEditColumn

TreeListHyperLinkColumn

TreeListImageColumn

TreeListMemoColumn

TreeListComboBoxColumn

TreeListProgressBarColumn

MVCxTreeListColumn

See Also

TreeListDataColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace