DropDownExtensions
Class
Provides an attached property for easier handling of Mouse wheel for DropDownButton, SplitButton, ColorPicker, DateTimePicker, TimeSpanPicker, CalculatorPicker, Breadcrumb.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class DropDownExtensions
Inheritance: objectDropDownExtensions
Fields
HandleMouseWheelWhenOpenProperty
DependencyProperty
Registers the HandleMouseWheelWhenOpen attached property.
C#
public static readonly DependencyProperty HandleMouseWheelWhenOpenProperty
Methods
Gets a value indicating whether the control should handle mouse when its drop-down part is open.
C#
public static bool GetHandleMouseWheelWhenOpen(DependencyObject obj)
Sets a value indicating whether the control should handle mouse when its drop-down part is open.
C#
public static void SetHandleMouseWheelWhenOpen(DependencyObject obj, bool value)