Back to Devexpress

MenuAppearance.HeaderItemAppearance Property

windowsforms-devexpress-dot-xtrabars-dot-menuappearance-e7ab1455.md

latest1.8 KB
Original Source

MenuAppearance.HeaderItemAppearance Property

Provides access the appearance settings used to paint header items (BarHeaderItem) within this sub-menu or pop-up menu.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual AppearanceObject HeaderItemAppearance { get; }
vb
Public Overridable ReadOnly Property HeaderItemAppearance As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that stores appearance settings used to paint header items within this sub-menu or pop-up menu.

|

Remarks

The HeaderItemAppearance property allows you to customize header items (BarHeaderItem objects) within a menu. To add a BarHeaderItem to a pop-up or sub menu at design-time, click the ‘Add’ link and select the ‘Header Text’ menu item. The figure below illustrates this process and 3 header items customized via the HeaderItemAppearance property - Navigation, Layout and Common Actions.

See Also

MenuAppearance Class

MenuAppearance Members

DevExpress.XtraBars Namespace