Back to Devexpress

TcxvgGridLines Enum

vcl-cxvgrid-45780a79.md

latest828 B
Original Source

TcxvgGridLines Enum

Enumerates the available grid lines.

Declaration

delphi
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.

ValueMeaning
vglNoneThe vertical grid does not display any lines.
vglHorizontalThe vertical grid only displays horizontal lines.
vglVerticalThe vertical grid only displays vertical lines.
vglBothVertical and horizontal lines are displayed.

See Also

cxVGrid Unit