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

TdxWheelPickerWheel.Cyclic Property

Specifies if wheel items form a cycle.

#Declaration

Delphi
property Cyclic: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Options include:

Value Description Example
False Wheel items don’t form a cycle – wheel rotation stops once the first or last item is selected.
True Wheel items form a cycle – wheel rotation past the last wheel item displays the first one, and vice versa.

The default value of the Cyclic property is False.

See Also