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

Border.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public override Unit BorderWidth { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the border width.

Remarks

Use the BorderWidth property to specify the border width.

This property is set with a Unit object. If the Value property of the Unit contains a negative number, an exception is thrown.

See Also