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
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Win
Declaration
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