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.v14.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