TdxNavBarItemLink.Item Property
In This Article
Specifies the object representing an item to which a link corresponds.
#Declaration
Delphi
property Item: TdxNavBarItem read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The Item property represents an item object to which a link corresponds. Item objects are stored in the Items collection of the NavBar control.
See Also