Skip to main content

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

DXTabItem.HeaderMenuContent Property

Gets or sets the content of the header menu item that corresponds to the current tab item. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public object HeaderMenuContent { get; set; }

#Property Value

Type Description
Object

An object representing the header menu item’s content.

#Remarks

If the HeaderMenuContent property is set to null, the menu item’s content is obtained by casting the DXTabItem.Header property’s value to the String type. A template, representing the visual appearance of the header menu item, is specified via the DXTabItem.HeaderMenuContentTemplate property. To specify whether the header menu item is visible, use the DXTabItem.VisibleInHeaderMenu property.

See Also