Specifies the visibility of the fast spin buttons.
Declaration
SpinButtonsObj.Position
Read-Write Property | Boolean |
SpinButtonsObj | A TcxSpinEditButtons object |
Description
Fast spin buttons are intended for the large increment steps. When this button is pressed the value of a spin edit increases or decreases by the amount specified in the LargeIncrement
property (which is 10 by default). Use the ShowSpinButtons
to determine whether the fast spin buttons are displayed or not.
Property Value
True if the fast spin buttons are visible and False otherwise. The default value is False.
See Also
TcxSpinEdit Object
TcxSpinEditProperties Object
TcxSpinEditButtons Object