Back to Devexpress

TcxPivotGridLines Enum

vcl-cxcustompivotgrid-685df604.md

latest765 B
Original Source

TcxPivotGridLines Enum

Enumerates the available gridline styles of the pivot grid view.

Declaration

delphi
TcxPivotGridLines = (
    pglNone,
    pglHorz,
    pglVert,
    pglBoth
);

Members

Name
pglNone
pglHorz
pglVert
pglBoth

Remarks

The following table contains descriptions of the enumeration values:

ValueMeaning
dfaNoneNo lines are displayed
pglHorzOnly horizontal lines are drawn
pglVertOnly vertical lines are drawn
pglBothBoth horizontal and vertical lines are drawn

See Also

TcxPivotGridOptionsView.GridLines

cxCustomPivotGrid Unit