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 | |
False |
Note
The CellBorders property has no effect on:
- The Edit Form if the grid Table View’s EditForm.ItemHotTrack property is set to True.
- A Table View row layout if the grid View’s OptionsSelection.InvertSelect property is set to False.
The CellBorders property’s default value is True.
See Also