Skip to main content

TrackBarExtension.GetRange(String) Method

Returns the drag handler’s positions.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static Tuple<string, string> GetRange(
    string extensionName
)

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