Skip to main content
All docs
V19.2
Tab

ASPxWebControl.BorderStyle Property

Gets or sets the border style of the web control. Use the BorderWrapper.BorderStyle property instead.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override BorderStyle BorderStyle { get; set; }

Property Value

Type Description
BorderStyle

One of the BorderStyle enumeration values.

Remarks

This property is overridden in order to hide it in the Property Grid. It’s recommended to use the BorderWrapper.BorderStyle property instead to specify the border style for the web server control.

See Also