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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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