Skip to main content
Tab

Border.BorderStyle Property

Gets or sets the border style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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