TcxCustomSpinEditProperties.SpinButtons Property
In This Article
Contains the spin editor’s buttons settings.
#Declaration
Delphi
property SpinButtons: TcxSpinEditButtons read; write;
#Property Value
Type |
---|
Tcx |
#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