System.Web.UI.WebControls.WebParts.WebPart.AllowConnect Property

Gets or sets a value that indicates whether the System.Web.UI.WebControls.WebParts.WebPart control allows other controls to form connections with it.

Syntax

public virtual bool AllowConnect { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The property value can be set declaratively in page markup, or programmatically.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

The personalization scope of this property is set to PersonalizationScope.Shared and can be modified only by authorized users. For more information, see System.Web.UI.WebControls.WebParts.PersonalizableAttribute and Web Parts Personalization Overview.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0