TcxPivotGridLines Enum
Enumerates the available gridline styles of the pivot grid view.
Declaration
TcxPivotGridLines = (
pglNone,
pglHorz,
pglVert,
pglBoth
);
Members
Name |
---|
pglNone
|
pglHorz
|
pglVert
|
pglBoth
|
Remarks
The following table contains descriptions of the enumeration values:
Value | Meaning |
---|---|
dfaNone | No lines are displayed |
pglHorz | Only horizontal lines are drawn |
pglVert | Only vertical lines are drawn |
pglBoth | Both horizontal and vertical lines are drawn |
See Also