NavBarItemLink.Group Property
In This Article
Gets an object representing the group to which a link corresponds.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
Groups hold collections of links stored in their NavBarGroup.ItemLinks property. NavBarItemLink objects refer to groups to which they belong via the Group property.
See Also