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

Border.BorderStyle Property

Gets or sets the border style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(BorderStyle.NotSet)]
public override BorderStyle BorderStyle { get; set; }

Property Value

Type Default Description
BorderStyle **NotSet**

One of the BorderStyle enumeration values.

Remarks

Use the BorderStyle property to specify the border style. This property is set using one of the BorderStyle enumeration values.

See Also