ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridNumericColumn Class / HandleUpDownKeys Property

In This Topic
    HandleUpDownKeys Property
    In This Topic
    Gets or sets a value indicating whether handle up and down keys.
    Syntax
    'Declaration
     
    
    Public Property HandleUpDownKeys As Boolean
    public bool HandleUpDownKeys {get; set;}

    Property Value

    true if handle up and down keys; otherwise, false.
    See Also