Skip to content

pbDrawFooterDivider - cCJGridColumn

Specifies whether a divider is drawn between column footers

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

Syntax

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

Description

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