Skip to main content

LayoutPanel.ActualTabBackgroundColor Property

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

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

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