Skip to main content
Tab

Border.BorderWidth Property

Gets or sets the border width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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