Back to Devexpress

ASPxWebControl.Border Property

aspnet-devexpress-dot-web-dot-aspxwebcontrol-ec6c5836.md

latest2.0 KB
Original Source

ASPxWebControl.Border Property

Gets the web control’s border settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual BorderWrapper Border { get; }
vb
Public Overridable ReadOnly Property Border As BorderWrapper

Property Value

TypeDescription
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

BorderTop

BorderBottom

BorderLeft

BorderRight

ASPxWebControl Class

ASPxWebControl Members

DevExpress.Web Namespace