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

TcxCustomEditProperties.UseMouseWheel Property

Specifies whether an editor responds to mouse wheel rotation.

#Declaration

Delphi
property UseMouseWheel: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

If True, an editor always responds to mouse wheel rotation. If False, the editor responds to mouse wheel rotation only if the Ctrl key is held down.

#Remarks

The UseMouseWheel property affects both in-place and standalone editors.

Note

Certain descendants of the TcxCustomEdit class can change the UseMouseWheel property’s behavior.

The UseMouseWheel property’s default value is True.

See Also