Click or drag to resize
GridKeyboardNavigationSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridKeyboardNavigationSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridKeyboardNavigationSettings : ObjectWithState

The GridKeyboardNavigationSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowActiveRowCycle
This property set whether active row should be set to first/last item when current item is last/first and down/up key is pressed (default is false)
Public propertyDeleteActiveRow
Public propertyEnableKeyboardShortcuts
Public propertyExitEditInsertModeKey
Public propertyFocusKey
This property sets the key that is used to focus KaxGrid. It is always used with CTRL key combination.
Public propertyInitInsertKey
This property sets the key that is used to open insert edit form of KaxGrid. It is always used with CTRL key combination.
Public propertyRebindKey
This property sets the key that is used to rebind KaxGrid. It is always used with CTRL key combination.
Public propertyUpdateInsertItemKey
Top
See Also