Skip to main content
Tab

Border.BorderColor Property

Gets or sets the border color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public override Color BorderColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color object that represents the border color.

Remarks

Use the BorderColor property to specify the border color. This property is set using a Color object.

See Also