Skip to main content

NavElement.NavBar Property

Gets the control to which the element belongs.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public NavBarControl NavBar { get; }

Property Value

Type Description
NavBarControl

A NavBarControl object representing the control to which the element belongs.

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