TrackBarProperties.MaxValue Property
Gets or sets the maximum 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 | "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 MaxValue property synchronizes its value with the editor’s ASPxTrackBar.MaxValue property.
See Also