Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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