peVerticalGridStyle - cCJGrid
Determines the style used to draw vertical grid lines
Type: Property
Access: Read/Write
Data Type: xtpGridGridStyle
Parameters: None
Syntax
Property xtpGridGridStyle peVerticalGridStyle
| Access Type | Syntax |
|---|---|
| Read Access: | Get peVerticalGridStyle to xtpGridGridStyleVariable |
| Write Access: | Set peVerticalGridStyle to xtpGridGridStyleVariable/Value |
Description
Valid values are:
| Constant | Meaning |
|---|---|
| xtpGridNoLines | No grid lines are drawn |
| xtpGridSmallDots | Grid lines are drawn with small dots |
| xtpGridLargeDots | Grid lines are drawn with large dots |
| xtpGridDashes | Grid lines are drawn with dashes |
| xtpGridSolid | Grid lines are drawn with a solid line |
See Also