TokenBoxExtension.BindList(Object) Method
In This Article
Binds the TokenBox editor to a list of items.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TokenBoxExtension BindList(
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | An object representing the bound data source. |
#Returns
Type | Description |
---|---|
Token |
A Token |
See Also