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

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

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