A reference to the XFormData that the form is submitted to.

Namespace:  EPiServer.XForms.WebControls
Assembly:  EPiServer.XForms (in EPiServer.XForms.dll) Version: 6.0.530.0

Syntax

C#
public XFormData Data { get; set; }

Remarks

If not set FormDefinition.CreateFormData() will be called to create a new XFormData for the form. If this property has been set when the controls are rendered the values from the form data will be loaded.

See Also