iGrid does not have such a property, but you can use the value returned by the TextEditHwnd property to know whether iGrid is currently in edit mode. The value of this property is not zero if so.
The described method works only for text cells. In the general case, use another alternative solution. Set a Boolean flag that indicates editing in the RequestEdit event and then clear it in AfterCommitEdit and CancelEdit.