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

ColorTableCellStyle.ColorBorder Property

Gets the border settings for the color table cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual BorderWrapper ColorBorder { get; }

Property Value

Type Description
BorderWrapper

A BorderWrapper object which specifies the border settings.

Remarks

The ColorBorder property provides access to the border settings that define the width, style, and color values for all four sides of the color table cell.

The border settings of particular sides (top, bottom, left or right) can be specified using the corresponding properties of the color table cell style (ColorTableCellStyle.ColorBorderBottom, ColorTableCellStyle.ColorBorderLeft, ColorTableCellStyle.ColorBorderRight or ColorTableCellStyle.ColorBorderTop). Note that border settings of a particular border side override the same settings defined via the ColorBorder property.

See Also