| Object Reference > True DBGrid Properties > RowDividerStyle Property |
This property determines the style of the border drawn between grid rows.
object.RowDividerStyle= value
Values
|
Design Time |
Run Time |
|
0 - No dividers |
dbgNoDividers |
|
1 - Black line |
dbgBlackLine |
|
2 - Dark gray line (default) |
dbgDarkGrayLine |
|
3 - Raised |
dbgRaised |
|
4 - Inset |
dbgInset |
|
5 - ForeColor |
dbgUseForeColor |
|
6 - Light gray line |
dbgLightGrayLine |
|
7 - Custom Color |
dbgCustomColor |
Read/Write at run time and design time.
The RowDividerStyle property does not control whether rows can be resized by dragging their border. Use the AllowRowSizing property to control this behavior.