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

Border.BorderColor Property

Gets or sets the border color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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