TdxNavBarItemLinks.Group Property
In This Article
Provides access to the object representing a group to which a link collection belongs.
#Declaration
Delphi
property Group: TdxNavBarGroup read;
#Property Value
Type |
---|
Tdx |
#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