HeaderMenu Class
In This Article
Represents the DXTabControl's header menu.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
The DXTabControl.HeaderMenu property returns an instance of HeaderMenu.
#Remarks
The HeaderMenu class implements a popup menu, whose items correspond to tab items in the DXTabControl. Clicking a menu item automatically selects the corresponding tab item. The header menu can optionally contain items which correspond to hidden tab items. End-users can show these tab items within the DXTabControl by clicking the corresponding menu items.
#Inheritance
#Extension Methods
See Also