Skip to main content
A newer version of this page is available. .
Bar

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.v19.1.dll

Declaration

public virtual AppearanceObject HeaderItemAppearance { get; }

Property Value

Type Description
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.

MenuAppearance.HeaderItemAppearance

See Also