DataFormProviderConnectionPoint Class
Disables itself when the owning Web Part should not provide rows.
System.Object
System.Web.UI.WebControls.WebParts.ConnectionPoint
System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint
System.Web.UI.WebControls.WebParts.ConnectionPoint
System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public sealed class DataFormProviderConnectionPoint : ProviderConnectionPoint
Conditionally turns the connection interface of DataFormWebPart on or off. Override the ShouldProvideRows virtual method of DataFormWebPart to affect the behavior of this connection point.