Skip to main content

TextEdit.AllowSpinOnMouseWheel Property

Gets or sets whether or not a value can be spinned via the mouse wheel. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public bool AllowSpinOnMouseWheel { get; set; }

#Property Value

Type Description
Boolean

true if a value can be spinned via the mouse wheel; otherwise, false.

See Also