Skip to main content
All docs
V19.2
Tab

ASPxWebControl.BorderWidth Property

Gets or sets the border width of the web control. Use the BorderWrapper.BorderWidth property instead.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override Unit BorderWidth { get; set; }

Property Value

Type Description
Unit

A Unit that represents the border width of a web control.

Remarks

This property is overridden in order to hide it in the Property Grid. It’s recommended to use the BorderWrapper.BorderWidth property instead to specify a border width for a control.

See Also