ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / HandleUpDownKeys Property

In This Topic
    HandleUpDownKeys Property
    In This Topic
    Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.
    Syntax
    'Declaration
     
    Public Property HandleUpDownKeys As System.Boolean
    public System.bool HandleUpDownKeys {get; set;}
    See Also