Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeListColumnCollection Class

The treelist’s column collection.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public class TreeListColumnCollection :
    ColumnCollectionBase<TreeListColumn>

The following members return TreeListColumnCollection objects:

#Remarks

The treelist stores its columns within the TreeListControl.Columns collection. The TreeListColumnCollection class provides methods that can be used to add, delete, or access individual columns and perform other common collection management tasks. Individual columns are specified by TreeListColumn objects, and can be accessed by their field name or using indexed notation.

To learn more, see Creating Columns and Binding Them to Data Properties.

#Inheritance

Object
Collection<TreeListColumn>
ObservableCollection<TreeListColumn>
DevExpress.Xpf.Core.ObservableCollectionCore<TreeListColumn>
ColumnCollectionBase<TreeListColumn>
TreeListColumnCollection
See Also