XmlFormView.EditingStatus Property
Gets or sets the editing status of a form hosted in the XmlFormView control.
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
[WebBrowsableAttribute(true)] [PersonalizableAttribute] public XmlFormView..::..EditingState EditingStatus { get; set; }
Property Value
Type: Microsoft.Office.InfoPath.Server.Controls.XmlFormView.EditingStateOne of the enumeration values.
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 before the form can be used. |
|
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. |