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

Returns the item associated with the link.

#Declaration

Delphi
property Item: TdxNavBarItem read;

#Property Value

Type
TdxNavBarItem

#Remarks

Use the Item property to get access to an object of the TdxNavBarItem type which represents a NavBar item represented by the link. This can be used to get the caption, hint text, etc.

See Also