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

TdxNavBarLinkViewInfo.Link Property

Returns the link affected by the current TdxNavBarLinkViewInfo object.

#Declaration

Delphi
property Link: TdxNavBarItemLink read;

#Property Value

Type
TdxNavBarItemLink

#Remarks

Use the Link property to determine an object of the TdxNavBarItemLink type which represents a NavBar link to which the ViewInfo information refers. You can obtain the item associated with this link via the Item property.

See Also