Gets or sets the action to perform when the TAB key is pressed.
Declaration
public override KeyAction KeyActionTab { get; set; }
Overrides
C1.Web.Mvc.FlexGridBase<object>.KeyActionTab
Remarks
The default setting for this property is CycleOut setting that causes the selection to move through the cells as Cycle, and then on to the next/previous control on the page when the last or first cells are selected.