Skip to main content

TrackBarExtension Class

An extension object implementing the TrackBar functionality.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class TrackBarExtension :
    EditorExtension

Remarks

To declare the TrackBar in a View, invoke the ExtensionsFactory.TrackBar helper method. This method returns the TrackBar extension that is implemented by the TrackBarExtension class.

To configure the TrackBar extension, pass the TrackBarSettings object to the ExtensionsFactory.TrackBar helper method as a parameter. The TrackBarSettings object contains all the TrackBar extension settings.

Refer to the TrackBar Overview topic to learn how to add the TrackBar extension to your project.

Inheritance

See Also