TcxvgGridLines Enum
In This Article
Enumerates the available grid lines.
#Declaration
Delphi
TcxvgGridLines = (
vglNone,
vglHorizontal,
vglVertical,
vglBoth
);
#Members
Name |
---|
vgl
|
vgl
|
vgl
|
vgl
|
#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 |
---|---|
vgl |
The vertical grid does not display any lines. |
vgl |
The vertical grid only displays horizontal lines. |
vgl |
The vertical grid only displays vertical lines. |
vgl |
Vertical and horizontal lines are displayed. |
See Also