Skip to main content

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

#Declaration

[TypeConverter(typeof(ObjectConverter))]
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