Skip to content

pbDrawHeaderDivider - cCJGridColumn

Specifies whether the divider is drawn between column headers

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbDrawHeaderDivider
Access Type Syntax
Read Access: Get pbDrawHeaderDivider to BooleanVariable
Write Access: Set pbDrawHeaderDivider to BooleanVariable/Value

Description

A column header section is added to the grid by setting the grid's pbShowHeader property to True. By default, a divider is drawn to the right of each column's header dividing it from then next column's header. Set pbDrawHeaderDivider to False to prevent a divider from being drawn to the right of a column's header.

Col 1 Col 2
Note: This property is ignored when the peColumnStyle = xtpColumnExplorer.