Skip to main content

NavBarAppearances Class

Provides the appearance settings used to paint the XtraNavBar control.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public class NavBarAppearances :
    BaseAppearanceCollection

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

See Also