TreeListSettings<RowType>.Columns Property
Provides access to a TreeList’s column collection.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#Remarks
The Columns property stores a collection of MVCxTreeListColumn objects that denote columns. It provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.