ASPxTreeListEditor.Columns Property
Provides access to a collection of objects representing the ASPxTreeListEditor‘s columns.
Namespace: DevExpress.ExpressApp.TreeListEditors.Web
Assembly: DevExpress.ExpressApp.TreeListEditors.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.TreeListEditors.Web
Declaration
Property Value
Type | Description |
---|---|
IList<DevExpress.ExpressApp.Editors.ColumnWrapper> | An IList<ColumnWrapper> object representing a collection of ASPxTreeListEditor‘s column wrappers. |
Remarks
Generally, you do not need to use this property.
See Also