peBorderStyle - cCJGrid
Determines the type of border that is drawn around the grid
Type: Property
Access: Read/Write
Data Type: xtpGridBorderStyle
Parameters: None
Syntax
Property xtpGridBorderStyle peBorderStyle
| Access Type | Syntax |
|---|---|
| Read Access: | Get peBorderStyle to xtpGridBorderStyleVariable |
| Write Access: | Set peBorderStyle to xtpGridBorderStyleVariable/Value |
Description
This is the border of the entire grid, this does not apply to the column and row borders.
Valid values are:
| Constant | Meaning |
|---|---|
| xtpBorderNone | No border |
| xtpBorderFlat | Flat style border |
| xtpBorderStaticEdge | Static edge style border |
| xtpBorderClientEdge | Client edge style border |
| xtpBorderFrame | Frame style border |
| xtpBorderThemedFrame | Themed frame border |