LayoutPanel.ActualTabBackgroundColor Property
Gets the current color of the LayoutPanel‘s tab header.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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