TcxvgGridLines Enum
Enumerates the available grid lines.
Declaration
TcxvgGridLines = (
vglNone,
vglHorizontal,
vglVertical,
vglBoth
);
Members
Name |
---|
vglNone
|
vglHorizontal
|
vglVertical
|
vglBoth
|
Remarks
The TcxvgGridLines enumerator is used by the GridLines property that allows you to specify which lines the vertical grid control should display.
Value | Meaning |
---|---|
vglNone | The vertical grid does not display any lines. |
vglHorizontal | The vertical grid only displays horizontal lines. |
vglVertical | The vertical grid only displays vertical lines. |
vglBoth | Vertical and horizontal lines are displayed. |
See Also