Skip to main content

TcxGridLayoutViewOptionsView.CellBorders Property

Specifies if the grid Layout View displays cell borders.

Declaration

property CellBorders: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

True if the Layout View displays cell borders; otherwise, False.

Remarks

CellBorders is set to False CellBorders is set to True
Card Layout without Cell Borders Card Layout with Cell Borders

Note

The CellBorders property has no effect if the grid Layout View’s OptionsBehavior.ItemHotTrack property is set to True.

The CellBorders property’s default value is True.

See Also