Skip to main content
All docs
V23.2

DXTabItem.AccentColor Property

Gets or sets the DXTabItem‘s accent color.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Color AccentColor { get; set; }

Property Value

Type Description
Color

The DXTabItem‘s accent color.

Remarks

The AccentColor property specifies the DXTabItem‘s foreground if you apply any of the following DevExpress themes:

In other themes, the AccentColor property specifies the DXTabItem‘s background.

Refer to the following help topic for more information: Appearance Customization.

See Also