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 SourceKeyControlGridView()
Constructor
Declaration
public KeyControlGridView()
  Fields
| Improve this Doc View SourcedpDeleteCommand
Declaration
public static readonly DependencyProperty dpDeleteCommand
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
dpEditCommand
Declaration
public static readonly DependencyProperty dpEditCommand
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
dpInsertCommand
Declaration
public static readonly DependencyProperty dpInsertCommand
  Field Value
| Type | Description | 
|---|---|
| DependencyProperty | 
Properties
| Improve this Doc View SourceAddKey
gest or sets the key for exceute the add command
Declaration
public Key AddKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Key | 
BaseWindow
gest or sets the base window
Declaration
public DefaultRibbonWindow BaseWindow { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DefaultRibbonWindow | 
DeleteCommand
gest or sets the delete command
Declaration
public ICommand DeleteCommand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ICommand | 
EditCommand
gest or sets the edit command
Declaration
public ICommand EditCommand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ICommand | 
EditKey
gest or sets the key for exceute the edit command
Declaration
public Key EditKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Key | 
InsertCommand
gest or sets the insert command
Declaration
public ICommand InsertCommand { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ICommand | 
RemoveKey
gest or sets the key for exceute the remove command
Declaration
public Key RemoveKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Key |