Back to Devexpress

ColorTableCellStyle.ColorBorder Property

aspnet-devexpress-dot-web-dot-colortablecellstyle-e3df40ca.md

latest2.5 KB
Original Source

ColorTableCellStyle.ColorBorder Property

Gets the border settings for the color table cell.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

ColorBorderBottom

ColorBorderLeft

ColorBorderRight

ColorBorderTop

Color Editor

ColorTableCellStyle Class

ColorTableCellStyle Members

DevExpress.Web Namespace