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)

Syntax

C#
public bool HandleUpDownKeys { get; set; }
Visual Basic (Declaration)
Public Property HandleUpDownKeys As Boolean
	Get
	Set

See Also