TdxNavBarLinkViewInfo.Item Property
In This Article
Returns the item associated with the link.
#Declaration
Delphi
property Item: TdxNavBarItem read;
#Property Value
Type |
---|
Tdx |
#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