Skip to main content
A newer version of this page is available. .

TrackBarSettings Class

Contains the TrackBar extension settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class TrackBarSettings :
    EditorSettings

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.

To access the TrackBar specific settings, refer to the TrackBarSettings.Properties property.

Inheritance

See Also