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

TabControlMultiLineView.HeaderAutoFill Property

Gets or sets whether the Header Panel is stretched to the tab item’s size. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool HeaderAutoFill { get; set; }

Property Value

Type Description
Boolean

true, to stretch the Header Panel to the tab item’s size; otherwise, false.

The default is false

See Also