Back to Devexpress

TcxCustomEditProperties.UseMouseWheel Property

vcl-cxedit-dot-tcxcustomeditproperties-8429dfa2.md

latest1009 B
Original Source

TcxCustomEditProperties.UseMouseWheel Property

Specifies whether the editor responds to mouse wheel rotation.

Declaration

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

Property Value

TypeDefaultDescription
BooleanTrueTrue Default. The editor always responds to mouse wheel rotation.FalseThe editor responds to mouse wheel rotation only if the Ctrl key is pressed.

Remarks

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

Note

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

Default Value

The UseMouseWheel property’s default value is True.

See Also

TcxCustomEditProperties Class

TcxCustomEditProperties Members

cxEdit Unit