pbShowInFieldChooser - cCJGridColumn
Indicates whether a column will appear in the Field Chooser when the column is hidden
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbShowInFieldChooser
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbShowInFieldChooser to BooleanVariable |
| Write Access: | Set pbShowInFieldChooser to BooleanVariable/Value |
Description
You can hide any column by setting its pbVisible property to False. You can also hide a column by dragging it off the grid. Columns can be un-hidden by selecting the Field Chooser (right-click on the header to invoke) and dragging it back in.
If pbShowInFieldChooser is set False, a hidden column will not appear in the Field Chooser. This allows you to create virtual columns. While these columns will never appear in the grid, you can still use their data to perform other operations.