TdxNavBarLinkViewInfo.Link Property
Returns the link affected by the current TdxNavBarLinkViewInfo object.
Declaration
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