Skip to main content

TextEdit.AllowSpinOnMouseWheel Property

Gets or sets whether or not a value can be changed by spinning the mouse wheel. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowSpinOnMouseWheel { get; set; }

Property Value

Type Description
Boolean

true, if a value can be changed by spinning the mouse wheel; otherwise, false.

See Also