constants GridLinesEnum

Defines how the control paints the grid lines. Use the DrawGridLines property to specify whether the control draws the grid lines.


NameValueDescription
exNoLines0 The control displays no grid lines.
exAllLines-1 The control displays vertical and horizontal grid lines.
exHLines1 Only horizontal grid lines are shown.
exVLines2 Only vertical grid lines are shown.