TdxNavBarLinkViewInfo.Item Property
Returns the item associated with the link.
Declaration
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