NavBarAppearances Class
Provides the appearance settings used to paint the XtraNavBar control.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return NavBarAppearances objects:
Remarks
The NavBarAppearances class provides properties which allow you to access and customize the appearance settings used to paint the NavBarControl’s elements (groups, items, etc.). To access the NavBarControl’s appearance settings, use the NavBarControl.Appearance property.
For more information on appearances, see the Appearances topic.
Inheritance
Object
BaseAppearanceCollection
NavBarAppearances
See Also