ExtensionsFactory.TreeList<RowType>(TreeListSettings<RowType>) Method
Creates a TreeList.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TreeListExtension<RowType> TreeList<RowType>(
TreeListSettings<RowType> settings
)
where RowType : class
#Parameters
Name | Type | Description |
---|---|---|
settings | Tree |
A Tree |
#Type Parameters
Name |
---|
Row |
#Returns
Type | Description |
---|---|
Tree |
A Tree |
#Remarks
To enable binding TreeList columns to Model fields using lambdas, it is required to declare the TreeList extension using the TreeList<RowType> strongly-typed declaration method.
Note
The partial View with the Tree