Back to Devexpress

TreeListColumnBuilder<T> Class

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-treelistcolumnbuilder-1.md

latest19.5 KB
Original Source

TreeListColumnBuilder<T> Class

Represents a TreeList column.

Namespace : DevExtreme.AspNet.Mvc.Builders

Assembly : DevExtreme.AspNet.Core.dll

Declaration

csharp
public class TreeListColumnBuilder<T> :
    OptionsOwnerBuilder,
    ICollectionItem

Type Parameters

NameDescription
T

The data type.

|

The following members return TreeListColumnBuilder<T> objects:

Show 112 links

Remarks

Do not instantiate this class explicitly. A new TreeListColumnBuilder<T> class instance is created when you call one of the following methods:

Implements

ICollectionItem

Inheritance

Object OptionsOwnerBuilder TreeListColumnBuilder<T>

See Also

TreeListColumnBuilder<T> Members

DevExtreme.AspNet.Mvc.Builders Namespace