SiteMapColumn.Border Property
Gets the border settings for all four sides of the current column’s client region.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public BorderWrapper Border { get; }
#Property Value
Type | Description |
---|---|
Border |
A Border |
#Remarks
The Border property provides access to the border settings which define the width, style, and color values for all the four sides of an individual column‘s client region.
The border settings of a column’s particular sides (top, bottom, left or right) can be specified using the corresponding properties of the column (SiteMapColumn.BorderTop, SiteMapColumn.BorderBottom, SiteMapColumn.BorderLeft or SiteMapColumn.BorderRight). Note that border settings of a particular border side override the same settings defined via the Border property.