Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
System.Web.UI.WebControls.WebParts Namespace

The System.Web.UI.WebControls.WebParts namespace contains classes and interfaces known collectively as the Web Parts control set. You can use these classes to create Web pages whose appearance and behavior can be modified (personalized) by end users. Each user's personalized settings for a page are saved for future browser sessions.

  ClassDescription
a019833t.pubclass(en-us,VS.90).gifAppearanceEditorPart Provides an editor control that enables end users to edit several user interface (UI) properties on an associated WebPart control. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifBehaviorEditorPart Provides an editor control that enables end users to edit several user interface (UI) properties on an associated WebPart control. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifCatalogPart Serves as the base class for controls that reside in CatalogZoneBase zones, and that provide catalogs of available Web server controls (especially WebPart controls) that users can add to a Web page.
a019833t.pubclass(en-us,VS.90).gifCatalogPartChrome Enables developers to override the rendering for only the selected sections of CatalogPart controls in a CatalogZoneBase zone.
a019833t.pubclass(en-us,VS.90).gifCatalogPartCollection Contains a collection of CatalogPart controls used to provide catalogs of Web server controls that end users can add to a Web page. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifCatalogZone Serves as the primary control in the Web Parts control set for hosting CatalogPart controls on a Web page.
a019833t.pubclass(en-us,VS.90).gifCatalogZoneBase Serves as the base class for all zone controls that act as catalogs. Catalogs contain lists of WebPart controls that users can add to a Web page.
a019833t.pubclass(en-us,VS.90).gifConnectionConsumerAttribute Identifies the callback method in a server control acting as the consumer in a Web Parts connection, and enables developers to specify details about the consumer's connection point.
a019833t.pubclass(en-us,VS.90).gifConnectionInterfaceCollection Represents a collection of interfaces for use in Web Parts connections.
a019833t.pubclass(en-us,VS.90).gifConnectionPoint Serves as the base class for defining connection point objects that enable the consumer control and the provider control in a Web Parts connection to share data.
a019833t.pubclass(en-us,VS.90).gifConnectionProviderAttribute Identifies the callback method in a server control acting as the provider in a Web Parts connection, and enables developers to specify details about the provider's connection point.
a019833t.pubclass(en-us,VS.90).gifConnectionsZone Provides a user interface (UI) that enables users to form connections between WebPart and other server controls that reside in WebPartZoneBase zones.
a019833t.pubclass(en-us,VS.90).gifConsumerConnectionPoint Defines a connection point object that enables a server control acting as a consumer to form a connection with a provider.
a019833t.pubclass(en-us,VS.90).gifConsumerConnectionPointCollection Represents a collection of connection points for a control in a Web Parts zone acting as a consumer. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifDeclarativeCatalogPart Enables developers to add a catalog of WebPart or other server controls to a Web page in the declarative, page persistence format. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifEditorPart Serves as the base class for controls that reside in EditorZoneBase zones and are used to edit WebPart controls.
a019833t.pubclass(en-us,VS.90).gifEditorPartChrome Enables developers to override the rendering for only the selected sections of EditorPart controls in an EditorZoneBase zone.
a019833t.pubclass(en-us,VS.90).gifEditorPartCollection Contains a collection of EditorPart controls used for editing the properties, layout, appearance, and behavior of WebPart controls. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifEditorZone Serves as the primary control in the Web Parts control set for hosting EditorPart controls on a Web page.
a019833t.pubclass(en-us,VS.90).gifEditorZoneBase Serves as the base class for all zone controls that act as containers for EditorPart controls.
a019833t.pubclass(en-us,VS.90).gifErrorWebPart Inserted into a Web page as a placeholder when the attempt to load or create a new instance of a dynamic WebPart control has failed.
a019833t.pubclass(en-us,VS.90).gifGenericWebPart Wraps server controls that are not WebPart controls so that they can appear and behave as true WebPart controls at run time.
a019833t.pubclass(en-us,VS.90).gifImportCatalogPart Imports a description file for a WebPart control (or other ASP.NET server control used as a WebPart control), so that users can add the control to a Web page with pre-defined settings. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifLayoutEditorPart Provides an editor control that enables end users to edit several layout-oriented user interface (UI) properties on an associated WebPart control. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPageCatalogPart Provides a catalog that keeps references to all WebPart controls (and other server controls contained in WebPartZoneBase zones) that a user has closed on a single Web Parts page, which enables users to add the closed controls back to the page. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPart Serves as the base class for all Web Parts part controls, which render a modular user interface on a Web Forms page.
a019833t.pubclass(en-us,VS.90).gifPersonalizableAttribute Represents the personalization attribute. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPersonalizationAdministration Implements management and administrative functionality for Web Parts personalization. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPersonalizationDictionary Encapsulates basic validation rules that indicate whether a piece of custom data is considered personalizable in either User or Shared scope.
a019833t.pubclass(en-us,VS.90).gifPersonalizationEntry Represents core pieces of custom personalization state information contained in a PersonalizationDictionary object. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPersonalizationProvider Implements the basic functionality for a personalization provider.
a019833t.pubclass(en-us,VS.90).gifPersonalizationProviderCollection Stores references to PersonalizationProvider objects indexed by name. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPersonalizationState Defines the basic functionality that represents the personalization data for a page.
a019833t.pubclass(en-us,VS.90).gifPersonalizationStateInfo When overridden in a derived class, implements a representation of information about a set of Web Parts data for a page.
a019833t.pubclass(en-us,VS.90).gifPersonalizationStateInfoCollection Provides a collection of SharedPersonalizationStateInfo and UserPersonalizationStateInfo objects.
a019833t.pubclass(en-us,VS.90).gifPersonalizationStateQuery Represents a set of query parameters that can be passed to a personalization provider using the various get and find methods. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifPropertyGridEditorPart Provides an editor control that enables end users to edit custom properties on an associated WebPart or server control. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifProviderConnectionPoint Defines a connection point object that enables a server control acting as a provider to form a connection with a consumer.
a019833t.pubclass(en-us,VS.90).gifProviderConnectionPointCollection Contains a collection of all ProviderConnectionPoint objects associated with a particular WebPart or server control acting as a provider in a connection. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifProxyWebPart Represents the base class for Web Parts controls that under certain conditions must replace other Web Parts controls on a page.
a019833t.pubclass(en-us,VS.90).gifProxyWebPartConnectionCollection Contains a collection of static WebPartConnection objects, which is used when the connections are declared in content pages and the WebPartManager control is declared in a master page. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifProxyWebPartManager Provides a way for developers to declare static connections in a content page when a WebPartManager control has been declared in the content page's associated master page.
a019833t.pubclass(en-us,VS.90).gifRowToFieldTransformer Transforms data in a Web Parts connection from a provider that implements the IWebPartRow interface to a consumer expecting data through the IWebPartField interface.
a019833t.pubclass(en-us,VS.90).gifRowToParametersTransformer Transforms data in a Web Parts connection from a provider that implements the IWebPartRow interface to a consumer expecting to receive data from a provider that implements the IWebPartParameters interface.
a019833t.pubclass(en-us,VS.90).gifSharedPersonalizationStateInfo Represents a lightweight version of shared personalization information about a page. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifSqlPersonalizationProvider Implements a personalization provider that uses Microsoft SQL Server.
a019833t.pubclass(en-us,VS.90).gifTitleStyle Specifies the style characteristics for the title bars of Web Parts controls within a zone.
a019833t.pubclass(en-us,VS.90).gifToolZone Serves as the base class for a set of helper zones that appear only in certain associated page display modes.
a019833t.pubclass(en-us,VS.90).gifTransformerTypeCollection Provides a read-only collection of WebPartTransformer objects.
a019833t.pubclass(en-us,VS.90).gifUnauthorizedWebPart Used to create a placeholder object whenever the WebPartManager control's IsAuthorized method returns false for a WebPart control. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifUserPersonalizationStateInfo Represents the per-user personalization information for a page and a user. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebBrowsableAttribute Indicates whether the designated property of a Web Parts control is displayed in a PropertyGridEditorPart object.
a019833t.pubclass(en-us,VS.90).gifWebDescriptionAttribute Defines the string value to use as a ToolTip for a property of a Web Parts control.
a019833t.pubclass(en-us,VS.90).gifWebDisplayNameAttribute Defines the friendly name for a property of a Web Parts control.
a019833t.pubclass(en-us,VS.90).gifWebPart Serves as the base class for custom ASP.NET Web Parts controls, adding to the base Part class features some additional user interface (UI) properties, the ability to create connections, and personalization behavior.
a019833t.pubclass(en-us,VS.90).gifWebPartAddingEventArgs Provides data for the WebPartAdding event.
a019833t.pubclass(en-us,VS.90).gifWebPartAuthorizationEventArgs Provides data for the AuthorizeWebPart event.
a019833t.pubclass(en-us,VS.90).gifWebPartCancelEventArgs Provides data for the SelectedWebPartChanging event, WebPartClosing event, and WebPartDeleting event.
a019833t.pubclass(en-us,VS.90).gifWebPartChrome Enables developers to override the rendering for only the selected sections of WebPart or server controls in a WebPartZoneBase zone.
a019833t.pubclass(en-us,VS.90).gifWebPartCollection Contains a collection of WebPart controls used to track and manage related groups of controls. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartConnection Provides an object that enables two WebPart controls to form a connection. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartConnectionCollection Represents a collection of connections for a control in a Web Parts zone. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartConnectionsCancelEventArgs Provides data for the WebPartsConnecting and WebPartsDisconnecting events.
a019833t.pubclass(en-us,VS.90).gifWebPartConnectionsEventArgs Provides the event data for the WebPartsConnected and WebPartsDisconnected events of the WebPartManager control.
a019833t.pubclass(en-us,VS.90).gifWebPartDescription Provides information about a WebPart control that you can display in a catalog of Web Parts controls without having to create an instance of the control.
a019833t.pubclass(en-us,VS.90).gifWebPartDescriptionCollection Consists of a collection of WebPartDescription objects to be used with catalogs of WebPart controls. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartDisplayMode Defines a common set of properties for the several display modes that a Web Parts page can enter.
a019833t.pubclass(en-us,VS.90).gifWebPartDisplayModeCancelEventArgs Provides data for the DisplayModeChanging cancelable event.
a019833t.pubclass(en-us,VS.90).gifWebPartDisplayModeCollection Contains a collection of WebPartDisplayMode objects. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartDisplayModeEventArgs Provides data for the DisplayModeChanged event.
a019833t.pubclass(en-us,VS.90).gifWebPartEventArgs Provides data for the WebPartAdded, WebPartDeleted, WebPartClosed, WebPartMoved, and SelectedWebPartChanged events.
a019833t.pubclass(en-us,VS.90).gifWebPartManager Serves as the central class of the Web Parts control set, managing all the Web Parts controls, functionality, and events that occur on a Web page.
a019833t.pubclass(en-us,VS.90).gifWebPartManagerInternals Isolates into a separate class methods that are used by the WebPartManager control and can be overridden by developers who extend the control, but are rarely needed by page developers.
a019833t.pubclass(en-us,VS.90).gifWebPartMenuStyle Contains style characteristics for menus on WebPart controls. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartMovingEventArgs Provides data for the WebPartMoving event.
a019833t.pubclass(en-us,VS.90).gifWebPartPersonalization Implements low-level personalization operations.
a019833t.pubclass(en-us,VS.90).gifWebPartTracker Monitors Web Parts connections for circular connections.
a019833t.pubclass(en-us,VS.90).gifWebPartTransformer Provides basic implementation for transformer classes to convert data between two incompatible connection points.
a019833t.pubclass(en-us,VS.90).gifWebPartTransformerAttribute Identifies the types of connection points that a transformer supports.
a019833t.pubclass(en-us,VS.90).gifWebPartTransformerCollection Provides a collection of WebPartTransformer objects.
a019833t.pubclass(en-us,VS.90).gifWebPartUserCapability Provides information about a user's capabilities to view and modify personalization data. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartVerb Provides an interactive user interface (UI) element that enables users to perform actions on a Web Parts page.
a019833t.pubclass(en-us,VS.90).gifWebPartVerbCollection Represents a collection of custom Web Parts verbs. This class cannot be inherited.
a019833t.pubclass(en-us,VS.90).gifWebPartVerbsEventArgs Provides event data for the CreateVerbs event that is used by the OnCreateVerbs method.
a019833t.pubclass(en-us,VS.90).gifWebPartZone Serves as the primary control in the Web Parts control set for hosting WebPart controls on a Web page.
a019833t.pubclass(en-us,VS.90).gifWebPartZoneBase Serves as the base class for all zone controls that act as containers for WebPart (or other server or user) controls.
a019833t.pubclass(en-us,VS.90).gifWebPartZoneCollection Contains a read-only collection of WebPartZone controls.
a019833t.pubclass(en-us,VS.90).gifWebZone Serves as the base class for all controls that act as containers for server controls (including Web Parts Part controls, server controls, and user controls) in Web Parts applications.
  InterfaceDescription
a019833t.pubinterface(en-us,VS.90).gifIPersonalizable Defines additional management capabilities for the application and extraction of personalization state.
a019833t.pubinterface(en-us,VS.90).gifITrackingPersonalizable Allows Web Parts controls to track the specific phases of the personalization load and save process.
a019833t.pubinterface(en-us,VS.90).gifITransformerConfigurationControl Defines the contract a control implements to act as a configuration control for a transformer in a Web Parts connection.
a019833t.pubinterface(en-us,VS.90).gifIVersioningPersonalizable Represents an interface that can manage personalization data belonging to a previous version of a Web Parts control.
a019833t.pubinterface(en-us,VS.90).gifIWebActionable Enables WebPart controls or other server controls to contain collections of verbs.
a019833t.pubinterface(en-us,VS.90).gifIWebEditable Provides an interface for developers to specify custom editing controls that are associated with a WebPart control.
a019833t.pubinterface(en-us,VS.90).gifIWebPart Defines common user interface (UI) properties used by ASP.NET WebPart controls.
a019833t.pubinterface(en-us,VS.90).gifIWebPartField Defines a provider interface for connecting two server controls using a single field of data.
a019833t.pubinterface(en-us,VS.90).gifIWebPartParameters Defines the contract a Web Parts control implements to pass a parameter value in a Web Parts connection.
a019833t.pubinterface(en-us,VS.90).gifIWebPartRow Defines a provider interface for connecting two server controls using a single field of data.
a019833t.pubinterface(en-us,VS.90).gifIWebPartTable Defines a provider interface for connecting two server controls using an entire table of data.
  DelegateDescription
a019833t.pubdelegate(en-us,VS.90).gifFieldCallback References the method to call when retrieving field data from a provider.
a019833t.pubdelegate(en-us,VS.90).gifParametersCallback References the method to call when retrieving row data from a provider.
a019833t.pubdelegate(en-us,VS.90).gifRowCallback References the method to call when retrieving row data from a provider.
a019833t.pubdelegate(en-us,VS.90).gifTableCallback References the method to call when retrieving table data from a provider.
a019833t.pubdelegate(en-us,VS.90).gifWebPartAddingEventHandler Represents the method that handles the WebPartAdding event of a WebPartManager object.
a019833t.pubdelegate(en-us,VS.90).gifWebPartAuthorizationEventHandler Represents the method that handles the AuthorizeWebPart event of a WebPartManager object.