Property Boolean pbVDFEditControl
| Read Access: | Get pbVDFEditControl to BooleanVariable |
| Write Access: | Set pbVDFEditControl to BooleanVariable/Value |
If set True (the default), the column will use a DataFlex edit control to edit the column's cell data. This is required if the column is using a DataFlex edit mask (see psMask), as the Codejock edit control does not support DataFlex masks.
If set False, the column will use the built-in Codejock edit control.
If the column is using a combo-list, then this property is ignored and the built-in Codejock edit control is always used.