Skip to main content

TdxNavBarCommonBehaviorOptions.EachGroupHasSelectedLink Property

Indicates whether each NavBar group can have a selected link.

Declaration

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