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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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