TcxCustomSpinEditProperties.SpinButtons Property
Contains the spin editor’s buttons settings.
Declaration
property SpinButtons: TcxSpinEditButtons read; write;
Property Value
Type |
---|
TcxSpinEditButtons |
Remarks
Use the SpinButtons property to access the spin editor buttons settings, which include:
The editor buttons position (the SpinButtons.Position property);
The fast buttons visibility (the SpinButtons.ShowFastButtons property).
See Also