Specifies the maximum position value.
Declaration
componentPropObj.Max
Read-Write Property | Float |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
The Max
property lets you get or set the maximum position value that is represented by a TcxProgressBar
component. The Max
and Min
properties define the total range for Position
.
Note that the Max
property cannot be set to a value less than the Min
property value, and vice versa.
Property Value
A floating-point number that determines the maximum position represented by the component. The default value is 100.