Skip to main content

TdxNavBarItemLinks.Group Property

Provides access to the object representing a group to which a link collection belongs.

Declaration

property Group: TdxNavBarGroup read;

Property Value

Type
TdxNavBarGroup

Remarks

Link collections represented by TdxNavBarItemLinks objects are maintained internally by groups. The Group property of a TdxNavBarItemLinks object refers to the group holding a links collection.

See Also