Back to Devexpress

TdxNavBarCommonBehaviorOptions.AllowSelectLinks Property

vcl-dxnavbar-dot-tdxnavbarcommonbehavioroptions.md

latest1.8 KB
Original Source

TdxNavBarCommonBehaviorOptions.AllowSelectLinks Property

Specifies whether end-users can select links.

Declaration

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

Property Value

TypeDefault
BooleanFalse

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

Selecting and Clicking Links

TdxNavBarCommonBehaviorOptions Class

TdxNavBarCommonBehaviorOptions Members

dxNavBar Unit