Back to Devexpress

TabControlViewBase.ShowHeaderMenu Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-8b0320f5.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowHeaderMenu { get; set; }
vb
Public Property ShowHeaderMenu As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace