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