aspnet-devexpress-dot-web-dot-aspxwebcontrol-ec6c5836.md
Gets the web control’s border settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public virtual BorderWrapper Border { get; }
Public Overridable ReadOnly Property Border As BorderWrapper
| Type | Description |
|---|---|
| BorderWrapper |
A BorderWrapper object which specifies the border settings.
|
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