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

ASPxWebControl.Border Property

Gets the web control’s border settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual BorderWrapper Border { get; }

Property Value

Type Description
BorderWrapper

A BorderWrapper object which specifies the border settings.

Remarks

The Border property provides access to the border settings which define the width, style, and color values for all the four sides of a control.

The border settings of a control’s particular sides (top, bottom, left or right) can be specified using the corresponding properties of the control (ASPxWebControl.BorderTop, ASPxWebControl.BorderBottom, ASPxWebControl.BorderLeft or ASPxWebControl.BorderRight). Note that border settings of a particular border side override the same settings defined via the Border property.

See Also