Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridRowLayoutOptions.SmartCellNavigation Property

Specifies if the smart keyboard navigation functionality is enabled in a Table View row layout.

#Declaration

Delphi
property SmartCellNavigation: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if the smart keyboard navigation functionality is enabled; otherwise, False.

#Remarks

#Enabled Smart Cell Navigation

#Horizontal Navigation

The Left Arrow or Right Arrow keystroke moves focus to the nearest item to the left or right of the currently focused item, respectively.

The Left Arrow or Right Arrow keystroke has no effect if the layout has no items to the left or right of the currently focused item, respectively.

#Vertical Navigation

The Up Arrow or Down Arrow keystroke moves focus to the nearest item above or below the currently focused cell, respectively. If the layout has multiple cells lined above or below the currently focused cell, the keystroke moves focus to the leftmost cell in that line.

The Up Arrow or Down Arrow keystroke moves focus to the previous or next record if the layout has no cells above or below the currently focused cell, respectively.

#Disabled Smart Cell Navigation

#Horizontal Navigation

The Left Arrow or Right Arrow keystroke moves focus to the previous or next cell in the record, respectively.

The Left Arrow or Right Arrow keystroke has no effect if the currently focused cell is the first or last in the record, respectively.

#Vertical Navigation

The Up Arrow or Down Arrow keystroke moves focus to the previous or next record, respectively.

Note

A grid View’s OptionsBehavior.FocusCellOnCycle property has no effect on smart cell navigation.

The SmartCellNavigation property’s default value is False.

See Also