Back to Devexpress

TreeListExtension.Bind(Object) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-treelistextension-dot-bind-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

TreeListExtension.Bind(Object) Method

Binds the Tree List to a data source.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public TreeListExtension Bind(
    object dataObject
)
vb
Public Function Bind(
    dataObject As Object
) As TreeListExtension

Parameters

NameTypeDescription
dataObjectObject

An object specifying the bound data source.

|

Returns

TypeDescription
TreeListExtension

A TreeListExtension object representing the TreeList

|

See Also

Tree List

TreeListExtension Class

TreeListExtension Members

DevExpress.Web.Mvc Namespace