The GridLinesStyleEnum type that specifies the style for gridlines in the list part of the control.
The GridLinesStyleEnum type supports the following values:
| | Name | Value | Description | |
| |
exGridLinesDot | 0
|
The control's gridlines are shown as dotted.
| |
| |
exGridLinesHDot4 | 1
|
The horizontal control's gridlines are shown as dotted.
| |
| |
exGridLinesVDot4 | 2
|
The vertical control's gridlines are shown as dotted.
| |
| |
exGridLinesDot4 | 3
|
The control's gridlines are shown as solid.
| |
| |
exGridLinesHDash | 4
|
The horizontal control's gridlines are shown as dashed.
| |
| |
exGridLinesVDash | 8
|
The vertical control's gridlines are shown as dashed.
| |
| |
exGridLinesDash | 12
|
The control's gridlines are shown as dashed.
| |
| |
exGridLinesHSolid | 16
|
The horizontal control's gridlines are shown as solid.
| |
| |
exGridLinesVSolid | 32
|
The vertical control's gridlines are shown as solid.
| |
| |
exGridLinesSolid | 48
|
The control's gridlines are shown as solid.
| |