Skip to main content

TcxEditCellViewInfo.Borders Property

Represents the active borders of a data cell.

Declaration

property Borders: TcxBorders read;

Property Value

Type
TcxBorders

Remarks

The Borders property allows you to determine which data cell borders are drawn around a cell. The property value is the combination of the border indicators (bLeft, bRight, bTop, and bBottom - each specifies a cell border). The BoundsRect property includes borders width while the ContentRect property doesn’t.

See Also