aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-treelistcolumnbuilder-1.md
Represents a TreeList column.
Namespace : DevExtreme.AspNet.Mvc.Builders
Assembly : DevExtreme.AspNet.Core.dll
public class TreeListColumnBuilder<T> :
OptionsOwnerBuilder,
ICollectionItem
| Name | Description |
|---|---|
| T |
The data type.
|
The following members return TreeListColumnBuilder<T> objects:
Show 112 links
Do not instantiate this class explicitly. A new TreeListColumnBuilder<T> class instance is created when you call one of the following methods:
Object OptionsOwnerBuilder TreeListColumnBuilder<T>
See Also