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

TrackBarProperties.MaxValue Property

Gets or sets the maximum value of a track bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(decimal), "100")]
public decimal MaxValue { get; set; }

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