TrackBarExtension.GetRange(String) Method
Returns the drag handler’s positions.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| extensionName | String | A string value that is the track bar extension’s name. |
Returns
| Type | Description |
|---|---|
| Tuple<String, String> | A Tuple<T1,T2><String,String,> object that specifies the range of drag handlers’ positions. |
See Also