Back to Devexpress

DXTabItem.AccentColor Property

wpf-devexpress-dot-xpf-dot-core-dot-dxtabitem-b2f3fbaa.md

latest2.0 KB
Original Source

DXTabItem.AccentColor Property

Gets or sets the DXTabItem‘s accent color.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Color AccentColor { get; set; }
vb
Public Property AccentColor As Color

Property Value

TypeDescription
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

DXTabItem Class

DXTabItem Members

DevExpress.Xpf.Core Namespace