Back to Devexpress

TabControlViewBase.CloseHeaderMenuOnItemSelecting Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolviewbase-b480e45a.md

latest1.2 KB
Original Source

TabControlViewBase.CloseHeaderMenuOnItemSelecting Property

Gets or sets whether to close the header menu after an end-user has selected a tab item from it. 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 CloseHeaderMenuOnItemSelecting { get; set; }
vb
Public Property CloseHeaderMenuOnItemSelecting As Boolean

Property Value

TypeDescription
Boolean

true to close the header menu after an end-user has selected a tab item from it; otherwise, false.

|

See Also

TabControlViewBase Class

TabControlViewBase Members

DevExpress.Xpf.Core Namespace