Skip to main content
A newer version of this page is available.
All docs
V19.1
Tab

ASPxWebControl.BorderColor Property

Gets or sets the border color of the web control. Use the BorderWrapper.BorderColor property instead.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override Color BorderColor { get; set; }

Property Value

Type Description
Color

A Color that represents the border color of the web control.

Remarks

This property is overridden in order to hide it in the Property Grid. It’s recommended to use the BorderWrapper.BorderColor property instead to specify the border color of the web server control.

See Also