pbShowHeader - cCJGrid
Shows/Hides the grid column header section
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbShowHeader
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbShowHeader to BooleanVariable |
| Write Access: | Set pbShowHeader to BooleanVariable/Value |
Description
The pbShowHeader property is used to hide or display the column headers in the grid.
Default is True.
Text can be placed in the header for each column by setting the column's psCaption property. For more information, refer to cCJGridColumn.