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

LayoutPanel.ActualTabBackgroundColor Property

Gets the current color of the LayoutPanel‘s tab header.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public Color ActualTabBackgroundColor { get; }

Property Value

Type Description
Color

A Color value that is the current color of the LayoutPanel‘s tab header.

Remarks

See the LayoutPanel.TabBackgroundColor property to learn more.

See Also