TdxSpreadSheetOptionsBehavior.EnterKeyNavigation Property
In This Article
Specifies the keystroke navigation mode.
#Declaration
Delphi
property EnterKeyNavigation: TdxSpreadSheetEnterKeyNavigation read; write; default eknDefault;
#Property Value
Type | Default |
---|---|
Tdx |
ekn |
#Remarks
Use this property to switch between keystroke navigation modes for protected worksheets. Refer to the TdxSpreadSheetEnterKeyNavigation type description for details.
The EnterKeyNavigation property’s default value is eknDefault.
See Also