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.EachGroupHasSelectedLink Property

Indicates whether each NavBar group can have a selected link.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to allow each group to have a selected link. This means that a selected link persists its selected state even if a link is selected from a different group. Set it to False to disable persistence of the selected state of links.

In order to allow selected links you should also enable the AllowSelectLinks property.

For more detailed information regarding work with links, please refer to the Selecting and clicking links article.

The default value of the EachGroupHasSelectedLink property is False.

See Also