TcxCustomGridRecord.IsEditing Property
Determines whether the record is currently being edited (the data controller is in edit mode).
Declaration
property IsEditing: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True when an end-user starts modifying the record and it is not yet posted, or presses the Insert key to add a new record.
See Also