NavElement.NavBar Property
In This Article
Gets the control to which the element belongs.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
A Nav |
#Remarks
NavBarControls own collections of groups and items. These are accessed by the NavBarControl.Groups and NavBarControl.Items properties. The properties provide access to individual groups and items. However, you can also access the control from an object representing its group or item. Use the NavBar property for this purpose.
See Also