Skip to main content

DXTabItem.BorderColor Property

Gets or sets the DXTabItem‘s border color.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Color BorderColor { get; set; }

Property Value

Type Description
Color

A System.Windows.Media.Color object that specifies the DXTabItem‘s border color.

Remarks

Refer to the Appearance Customization topic to learn more.

See Also