pbAllowRemove - cCJGridColumn
Specifies whether the column can be removed from the grid by the user
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAllowRemove
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAllowRemove to BooleanVariable |
| Write Access: | Set pbAllowRemove to BooleanVariable/Value |
Description
The cCJGrid control supports removing columns by dragging the column header with the mouse. To enable this feature you must set the pbAllowColumnRemove property to True.
When column removal is supported, you can suppress the ability to remove individual columns by setting pbAllowRemove to False.
When pbAllowRemove is False, a column can still be removed programatically by setting the column's pbVisible property to False.