Skip to main content

TcxCustomSpinButton.Properties Property

Contains settings specific to spin buttons.

Declaration

property Properties: TcxCustomSpinButtonProperties read; write;

Property Value

Type
TcxCustomSpinButtonProperties

Remarks

Use the Properties property to access attributes specific to spin buttons.

The Properties.Increment property specifies the value by which the spin button’s EditValue is increased/decreased. The Properties.LargeIncrement property specifies the step while performing fast navigation. The Properties.SpinButtons property manages the spin buttons’ position and visibility of the fast buttons. The SpinButtons.ShowFastButtons property specifies the visibility of the fast navigation buttons. The SpinButtons.Position property specifies the position of the spin edit buttons.

The following screenshot demonstrates a spin button bound to a cxComboBox control. The Properties.SpinButtons.ShowFastButtons property value is True and the Properties.SpinButtons.Position property is set to sbpHorzRight:

The limits for the spin button’s EditValue are determined by the Properties.MaxValue and Properties.MinValue properties.

See Also