TdxNavBarItemLink.Group Property
Provides access to the object representing a group to which a link corresponds.
Declaration
property Group: TdxNavBarGroup read;
Property Value
Type |
---|
TdxNavBarGroup |
Remarks
Groups hold internal collections of links. These collections are represented by TdxNavBarItemLinks objects. Individual links can be accessed by the Links property of groups.
TdxNavBarItemLink objects refer to groups they belong to via the Group property.
See Also