Specifies the maximum number that the component can accept.
Declaration
componentPropObj.MaxValue
Read-Write Property | Float |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxCurrencyEditProperties, TcxSpinEditProperties
Description
The MaxValue
property lets you get or set the maximum number that can be inputted into the component. You can use this property along with MinValue
to limit the range of numeric values that can be inputted into the component.
Note: | If MaxValue is equal to MinValue , the component accepts any numeric values. |
Property Value
A floating-point number that signifies the minimum number that can be accepted by the component.