TrackBarProperties.MaxValue Property
In This Article
Gets or sets the maximum 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 | "100" | A Decimal value that is the maximum value of a track bar. |
#Remarks
If an item collection is not defined (see TrackBarProperties.Items), the decimal scale is displayed. Using the MaxValue property you can set the maximum value of the range an end-user can select from.
If an item collection is defined, the MaxValue property is automatically counted with respect to the number of items.
Note
The Max
See Also