Skip to main content

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool CloseHeaderMenuOnItemSelecting { get; set; }

Property Value

Type Description
Boolean

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

See Also