Skip to main content

TcxCustomSpinButtonProperties Class

Represents settings specific to spin buttons.

Declaration

TcxCustomSpinButtonProperties = class(
    TcxCustomSpinEditProperties
)

Remarks

The TcxCustomSpinButtonProperties class contains settings specific to spin buttons. Use the Properties property to access these attributes.

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 button’s 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 spin button’s EditValue limits are determined by the Properties.MaxValue and Properties.MinValue properties.

See Also