[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.ProcessNavigationKeys

ProcessNavigationKeys Enum

Specifies how to process the keyboard arrow keys when the control enters edit mode.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ProcessNavigationKeys
Public Enum ProcessNavigationKeys

Fields

Name Description
Default

The control selects the proper navigation mode based on the type of begin edit action.

Editor

Specifies that the arrow key moves the caret in the text editor.

ExitEditor

Specifies that the arrow key navigates the cell.

ExitEditorAtEnds

Moves the caret in the text editor; if the caret is before the first character or after the last character, pressing the left or right key moves the active cell, and if the caret is in the first line or last line, pressing the up or down key moves the active cell.