Back to Devexpress

NavBarAppearances Class

windowsforms-devexpress-dot-xtranavbar-74233259.md

latest1.8 KB
Original Source

NavBarAppearances Class

Provides the appearance settings used to paint the XtraNavBar control.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public class NavBarAppearances :
    BaseAppearanceCollection
vb
Public Class NavBarAppearances
    Inherits 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

Object BaseAppearanceCollection NavBarAppearances

See Also

NavBarAppearances Members

DevExpress.XtraNavBar Namespace