Skip to main content
.NET 8.0+

TreeListEditor.Columns Property

Provides access to a collection of objects representing the TreeListEditor‘s columns.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v25.1.dll

Declaration

public override IList<ColumnWrapper> Columns { get; }

Property Value

Type Description
IList<DevExpress.ExpressApp.Editors.ColumnWrapper>

An IList<ColumnWrapper> object representing a collection of TreeListEditor‘s column wrappers.

Remarks

Generally, you do not need to use this property.

See Also