Class JqGridFormKeyboardNavigation
Class which represents options for form editing navigation keys.
Inheritance
System.Object
JqGridFormKeyboardNavigation
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridFormKeyboardNavigation : object
Constructors
JqGridFormKeyboardNavigation()
Initializes a new instance of the JqGridFormKeyboardNavigation class.
Declaration
public JqGridFormKeyboardNavigation()
Properties
Enabled
Gets or sets the value indicating if keyboard navigation is enabled.
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RecordDown
Gets or sets the key for "record down".
Declaration
public char RecordDown { get; set; }
Property Value
Type | Description |
---|---|
System.Char |
RecordUp
Gets or sets the key for "record up".
Declaration
public char RecordUp { get; set; }
Property Value
Type | Description |
---|---|
System.Char |