Search Results for

    Show / Hide Table of Contents

    Class GridKeyboardCommandProvider

    Provider for Key events in the assigned radgridview

    Inheritance
    System.Object
    GridKeyboardCommandProvider
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class GridKeyboardCommandProvider : DefaultKeyboardCommandProvider

    Constructors

    | Improve this Doc View Source

    GridKeyboardCommandProvider(GridViewDataControl)

    Constructor

    Declaration
    public GridKeyboardCommandProvider(GridViewDataControl grid)
    Parameters
    Type Name Description
    GridViewDataControl grid

    Methods

    | Improve this Doc View Source

    ProvideCommandsForKey(Key)

    Proccesses the keyboard inputs

    Declaration
    public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
    Parameters
    Type Name Description
    System.Windows.Input.Key key
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx