Skip to main content
.NET Framework Class Library
WebPart..::.AllowConnect Property

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

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Syntax
<ThemeableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Overridable Property AllowConnect As Boolean
	Get
	Set
[ThemeableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public virtual bool AllowConnect { get; set; }
[ThemeableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope::Shared)]
public:
virtual property bool AllowConnect {
	bool get ();
	void set (bool value);
}
[<ThemeableAttribute(false)>]
[<PersonalizableAttribute(PersonalizationScope.Shared)>]
abstract AllowConnect : bool with get, set
[<ThemeableAttribute(false)>]
[<PersonalizableAttribute(PersonalizationScope.Shared)>]
override AllowConnect : bool with get, set
<asp:WebPart AllowConnect="True|False" />

Property Value

Type: System..::.Boolean
A Boolean value that indicates whether connections can be formed with the control. The default is true.
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 ThemeableAttribute and ASP.NET Themes and Skins.

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

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.