windowsforms-devexpress-dot-xtranavbar-74233259.md
Provides the appearance settings used to paint the XtraNavBar control.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class NavBarAppearances :
BaseAppearanceCollection
Public Class NavBarAppearances
Inherits BaseAppearanceCollection
The following members return NavBarAppearances objects:
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.
Object BaseAppearanceCollection NavBarAppearances
See Also