Back to Devexpress

TdxWheelPickerWheel.Cyclic Property

vcl-dxwheelpicker-dot-tdxwheelpickerwheel.md

latest1.0 KB
Original Source

TdxWheelPickerWheel.Cyclic Property

Specifies if wheel items form a cycle.

Declaration

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

Property Value

TypeDefault
BooleanFalse

Remarks

Options include:

ValueDescriptionExample
FalseWheel items don’t form a cycle – wheel rotation stops once the first or last item is selected.
TrueWheel 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

TdxWheelPickerWheel Class

TdxWheelPickerWheel Members

dxWheelPicker Unit