XmlFormView.EditingStatus Property
Gets or sets the editing status of a form hosted in the XmlFormView control.
Namespace: Microsoft.Office.InfoPath.Server.Controls
Assembly: Microsoft.Office.InfoPath.Server (in microsoft.office.infopath.server.dll)
Assembly: Microsoft.Office.InfoPath.Server (in microsoft.office.infopath.server.dll)
The EditingStatus property is based on the XmlFormView.EditingState enumeration, which includes the following values.
Value | Description |
|---|---|
Init | The form is not visible when the Web page is opened. The EditingStatus must be changed to |
Editing | The form is visible to the user and is ready to use. |
Closed | The form is closed. The message "The form has been closed" is shown to the user inside the control. |