Skip to main content
A newer version of this page is available. .

DXTabItem.BorderColor Property

Gets or sets the DXTabItem‘s border color.

Namespace: DevExpress.Xpf.Core

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

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