ListFormWebPart.SupportsRelatedWebPartConnections property

Gets a value that indicates whether the ListFormWebPart supports connections to related Web Parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property SupportsRelatedWebPartConnections As Boolean
    Get
'Usage
Dim instance As ListFormWebPart
Dim value As Boolean

value = instance.SupportsRelatedWebPartConnections
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public bool SupportsRelatedWebPartConnections { get; }

Property value

Type: System.Boolean
true if the ListFormWebPart supports connections to related Web Parts; otherwise, false. This property always returns true.

Implements

IRelatedFormWebPart.SupportsRelatedWebPartConnections

Remarks

If not set, the default value is based on the current value of the PageType property.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace