Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public bool HandleUpDownKeys { get; set; }
Visual Basic (Declaration)
Public Property HandleUpDownKeys As Boolean
	Get
	Set
XAML Attribute Usage
<object HandleUpDownKeys="bool" .../>

See Also