Specifies the minimum number that the component can accept.
Declaration
componentPropObj.MinValue
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 MinValue
property lets you get or set the minimum number that can be inputted into the component. You can use this property along with MaxValue
to limit the range of numeric values that can be inputted into the component.
Note: | If MinValue is equal to MaxValue , the component accepts any numeric values. |
Property Value
A floating-point number that signifies the minimum number that can be accepted by the component.