Skip to main content

DateNavigator.EnableMouseWheelDateScrolling Property

Gets or sets whether the end-user can perform scrolling using 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 EnableMouseWheelDateScrolling { get; set; }

Property Value

Type Description
Boolean

true, to enable mouse wheel scrolling; otherwise, false.

See Also