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 IList<TreeListColumnWrapper> Columns { get; }

Property Value

Type
IList<DevExpress.ExpressApp.TreeListEditors.Win.TreeListColumnWrapper>

Remarks

Generally, you do not need to use this property.

See Also