Method QueryEndEdit
| Improve this Doc View SourceQueryEndEdit()
Determines whether editing mode can be ended.
Declaration
protected virtual bool QueryEndEdit()
Returns
Type | Description |
---|---|
System.Boolean | true if editing mode can be ended, otherwise false. |
Remarks
The default implementation validates data and returns true if there is no validation error.