Skip to main content

TreeListColumn Class

A column within a TreeListControl.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public class TreeListColumn :
    GridColumnBase

#Returned By

The CustomColumnFilterListEventArgs.Column property returns an instance of TreeListColumn.

#Remarks

TreeList columns introduce the same market-leading features exposed by DXGrid columns. To learn more, see Columns and Creating Columns and Binding Them to Data Fields.

See Also