Skip to main content

TcxGridCustomRowLayoutOptions.CellBorders Property

Specifies if the Edit Form or a Table View row layout displays cell borders.

Declaration

property CellBorders: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if an Edit Form displays cell borders; otherwise, False.

Remarks

Value Example
True Row Layout with Cell Borders
False Row Layout without Cell Borders

Note

The CellBorders property has no effect on:

The CellBorders property’s default value is True.

See Also