TrackBarProperties.MinValue Property
In This Article
Gets or sets the minimum value of a track bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Min
See Also