TcxGridCustomRowLayoutOptions.CellBorders Property
In This Article
Specifies if the Edit Form or a Table View row layout displays cell borders.
#Declaration
Delphi
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 Cell
- The Edit Form if the grid Table View’s Edit
Form. property is set to True.Item Hot Track - A Table View row layout if the grid View’s Options
Selection. property is set to False.Invert Select
The CellBorders property’s default value is True.
See Also