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

TrackBarProperties.MinValue Property

Gets or sets the minimum value of a track bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal MinValue { get; set; }

Property Value

Type Default Description
Decimal "0"

A Decimal value that is the minimum value of a track bar.

Remarks

If an item collection is not defined (see TrackBarProperties.Items), the decimal scale is displayed. Using the MinValue property you can set the minimum value of the range an end-user can select from.

If an item collection is defined, the MinValue property is automatically changed to 0.

Note

The MinValue property synchronizes its value with the editor’s ASPxTrackBar.MinValue property.

See Also