Share via


BrowserFormWebPart.ListFormMode property

Gets or sets whether the form displayed in the Web part can be edited.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Property ListFormMode As ListFormMode
    Get
    Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As ListFormMode

value = instance.ListFormMode

instance.ListFormMode = value
public ListFormMode ListFormMode { get; set; }

Property value

Type: Microsoft.Office.InfoPath.Server.Controls.WebUI.ListFormMode
One of the enumeration values.

Remarks

This setting applies only to the form for a customized list.

See also

Reference

BrowserFormWebPart class

BrowserFormWebPart members

Microsoft.Office.InfoPath.Server.Controls.WebUI namespace