Search Results for

    Show / Hide Table of Contents

    Class KeyControlGridView

    Custom GridView for easier keyboard input

    Inheritance
    System.Object
    KeyControlGridView
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class KeyControlGridView : RadGridView

    Constructors

    | Improve this Doc View Source

    KeyControlGridView()

    Constructor

    Declaration
    public KeyControlGridView()

    Fields

    | Improve this Doc View Source

    dpDeleteCommand

    Declaration
    public static readonly DependencyProperty dpDeleteCommand
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    dpEditCommand

    Declaration
    public static readonly DependencyProperty dpEditCommand
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    dpInsertCommand

    Declaration
    public static readonly DependencyProperty dpInsertCommand
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    AddKey

    gest or sets the key for exceute the add command

    Declaration
    public Key AddKey { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    BaseWindow

    gest or sets the base window

    Declaration
    public DefaultRibbonWindow BaseWindow { get; set; }
    Property Value
    Type Description
    DefaultRibbonWindow
    | Improve this Doc View Source

    DeleteCommand

    gest or sets the delete command

    Declaration
    public ICommand DeleteCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    EditCommand

    gest or sets the edit command

    Declaration
    public ICommand EditCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    EditKey

    gest or sets the key for exceute the edit command

    Declaration
    public Key EditKey { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    InsertCommand

    gest or sets the insert command

    Declaration
    public ICommand InsertCommand { get; set; }
    Property Value
    Type Description
    System.Windows.Input.ICommand
    | Improve this Doc View Source

    RemoveKey

    gest or sets the key for exceute the remove command

    Declaration
    public Key RemoveKey { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx