Skip to main content

NavBarControl Class

Represents the navigation bar control.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v14.2.dll

#Declaration

[DXToolboxBrowsable]
public class NavBarControl :
    Control,
    IEventArgsConverterSource,
    IWeakEventListener,
    ISupportInitialize,
    INavigatorClient,
    INotifyPropertyChanged,
    IExpandableChild

#Returned By

Properties that return NavBarControl instances:

#Remarks

Add an NavBarControl control to your application to provide it with the advanced navigation capabilities. This control allows you to display a number of items arranged into different groups. Groups can be expanded/collapsed in order to show/hide their contents. You can process item click events in order to perform the required actions.

With templates supported throughout the DXNavBar, you can easily design custom interfaces to satisfy the most demanding users.

See Also