TrackBarProperties.MinValue Property
Gets or sets the minimum value of a track bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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