Skip to main content
A newer version of this page is available. .

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

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