Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSpinButtonProperties Class

Represents settings specific to spin buttons.

#Declaration

Delphi
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