Skip to main content

TabControlViewBase.ShowHeaderMenu Property

Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowHeaderMenu { get; set; }

Property Value

Type Description
Boolean

true if the arrow button used to invoke the header menu is visible; otherwise, false.

See Also