TrackBarExtension.BindList(Object) Method
In This Article
Binds an item list to the TrackBar editor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public TrackBarExtension BindList(
object dataObject
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | An object that is the bound data source. |
#Returns
Type | Description |
---|---|
Track |
A Track |
See Also