constants GridLinesStyleEnum
The GridLinesStyleEnum type that specifies the style for gridlines in the list part of the control. The GridLinesStyleEnum type supports the following values:

NameValueDescription
exGridLinesDot0 The control's gridlines are shown as dotted.
exGridLinesHDot41 The horizontal control's gridlines are shown as dotted.
exGridLinesVDot42 The vertical control's gridlines are shown as dotted.
exGridLinesDot43 The control's gridlines are shown as solid.
exGridLinesHDash4 The horizontal control's gridlines are shown as dashed.
exGridLinesVDash8 The vertical control's gridlines are shown as dashed.
exGridLinesDash12 The control's gridlines are shown as dashed.
exGridLinesHSolid16 The horizontal control's gridlines are shown as solid.
exGridLinesVSolid32 The vertical control's gridlines are shown as solid.
exGridLinesSolid48 The control's gridlines are shown as solid.