Skip to main content

DXTabControl.HeaderMenu Property

Gets the tab control's header menu.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public HeaderMenu HeaderMenu { get; }

#Property Value

Type Description
HeaderMenu

A HeaderMenu object representing the tab control's header menu.

#Remarks

Use the HeaderMenu property to customize the header menu of the DXTabControl.

See Also