WebPart::AllowConnect Property
Gets or sets a value that indicates whether the WebPart control allows other controls to form connections with it.
Assembly: System.Web (in System.Web.dll)
[ThemeableAttribute(false)] [PersonalizableAttribute(PersonalizationScope::Shared)] public: virtual property bool AllowConnect { bool get (); void set (bool value); }
<asp:WebPart AllowConnect="True|False" />
Property Value
Type: System::BooleanA Boolean value that indicates whether connections can be formed with the control. The default is true.
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 Overview.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.