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

TdxGuides.AllowTabKeyNavigation Property

Specifies if end-users can navigate between guide UI adorners by pressing the Tab key.

#Declaration

Delphi
property AllowTabKeyNavigation: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set this property to False or True to disable or enable the capability to navigate forward or backwards between guides by pressing the Tab key or the Shift+Tab key combination, respectively. By default, the navigation order depends on individual guide indexes within the collection. You can change the default order by changing the TabOrder property values of individual guides within the collection.

Use the AllowArrowKeyNavigation property to disable or enable the end-user’s capability to navigate between guides by pressing arrow keys.

The default AllowTabKeyNavigation property value is True.

See Also