Share via


List.EditForm Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the relative URL of the form used for editing a list in Microsoft Office SharePoint Designer.

Syntax

expression.EditForm

expression   Required. A variable that represents a List object.

Remarks

The edit form allows you to modify the columns in a list. The default filename is EditForm.htm.

See Also