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

TdxNavBarCommonBehaviorOptions.AllowSelectLinks Property

Specifies whether end-users can select links.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

If this property is set to True links in NavBar groups may be selected. A selected link will have a different appearance compared to other links in the NavBar control. In Explorer Bar Views, a selected link’s caption is underlined, except for the VistaExplorerBarView, in which selected links are painted similarly to Side Bar Views.

Normally, when an end-user selects a new link in the current or in another group, the previously selected link loses its selected state. To force selected links to persist their selected state when an end-user selects a link in another group, set the EachGroupHasSelectedLink property to True.

The default value of the AllowSelectlinks property is False.

See Also