Back to Devexpress

TextEdit.AllowSpinOnMouseWheel Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-77dfc8ce.md

latest1.2 KB
Original Source

TextEdit.AllowSpinOnMouseWheel Property

Gets or sets whether an end user can spin the mouse wheel to select a value. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowSpinOnMouseWheel { get; set; }
vb
Public Property AllowSpinOnMouseWheel As Boolean

Property Value

TypeDescription
Boolean

true if an end user can spin the mouse wheel to select a value; otherwise, false.

|

Remarks

The property has no effect when the AllowSpin is false.

See Also

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace