WebPart::AllowConnect Property
.NET Framework (current version)
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)
public: [PersonalizableAttribute(PersonalizationScope::Shared)] [ThemeableAttribute(false)] property bool AllowConnect { virtual bool get(); virtual void set(bool value); }
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.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: