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 |
---|---|
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