phcEditClass - cCJGridColumn
Contains the class Id of the column's edit class
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phcEditClass
| Access Type | Syntax |
|---|---|
| Read Access: | Get phcEditClass to HandleVariable |
| Write Access: | Set phcEditClass to HandleVariable/Value |
Description
phmEditClass contains the class Id of the class that should be used for the column's edit control that is overlaid in the grid for editing. You could change this to create your own custom class for your column objects. Doing so is an advanced technique and should only be attempted if you have thoroughly studied the existing class code.