Skip to main content
A newer version of this page is available. .

DevExpress.XtraTreeList.Columns Namespace

Contains classes that represent columns for the Tree List control.

The Tree List control supports multi-column Views: each node can contain several columns representing different data.

To access specific column elements, the methods of the TreeListNode class are used. Like Grid Control columns, it is possible to assign specific editors to Tree List columns.

The TreeList.Columns property provides a column collection which identifies columns for the XtraTreeList. Every Tree List node will contain several values in a row according to the column number.

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Classes

Name Description
TreeListBand A band that combines Tree List columns.
TreeListBandCollection A band collection within a TreeList.
TreeListColumn Represents a single column in the TreeList control.
TreeListColumnCollection Represents a column collection in the Tree List control.
TreeListOptionsBand Provides access to band options.
TreeListOptionsColumn Provides a treelist column’s general options.
TreeListOptionsColumnEditForm Represents a set of options that specify an editor for a column in the Edit Form.
TreeListOptionsColumnFilter Contains a treelist column’s filter options.
TreeListOptionsFind Provides access to the Find Panel‘s view and behavior settings.

Enums

Name Description
AutoFilterCondition Enumerates the comparison operator types for the filter conditions created for specific columns via the Automatic Filtering Row.
FixedStyle Enumerates values that specify whether a column is anchored at the control’s left or right edge.