TdxNavBarGroup.SelectedLink Property
Provides access to a group’s selected link.
Declaration
property SelectedLink: TdxNavBarItemLink read;
Property Value
Type |
---|
TdxNavBarItemLink |
Remarks
This property returns nil when no link is selected in the current group.
Use the SelectedLinkIndex property value to select a link and determine the index of the currently selected link.
Note
Links can only be selected if the NavBar control’s OptionsBehavior.Common.AllowSelectLinks property is set to True.
See Also