The properties of System.Web.UI.WebControls.WebParts.WebPart are listed below. For a list of all members, see the WebPart Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebParts.Part
| AllowClose | bool.
Gets or sets a value indicating whether an end user can close a System.Web.UI.WebControls.WebParts.WebPart control on a Web page. | |
| AllowConnect | bool.
Gets or sets a value that indicates whether the System.Web.UI.WebControls.WebParts.WebPart control allows other controls to form connections with it. | |
| AllowEdit | bool.
Gets or sets a value indicating whether an end user can modify a System.Web.UI.WebControls.WebParts.WebPart control through the user interface (UI) provided by one or more System.Web.UI.WebControls.WebParts.EditorPart controls. | |
| AllowHide | bool.
Gets or sets a value indicating whether end users are allowed to hide a System.Web.UI.WebControls.WebParts.WebPart control. | |
| AllowMinimize | bool.
Gets or sets a value indicating whether end users can minimize a System.Web.UI.WebControls.WebParts.WebPart control. | |
| AllowZoneChange | bool.
Gets or sets a value indicating whether a user can move a System.Web.UI.WebControls.WebParts.WebPart control between System.Web.UI.WebControls.WebParts.WebPartZoneBase zones. | |
| AuthorizationFilter | string.
Gets or sets an arbitrary string to determine whether a System.Web.UI.WebControls.WebParts.WebPart control is authorized to be added to a page. | |
| CatalogIconImageUrl | string.
Gets or sets the URL to an image that represents a Web Parts control in a catalog of controls. | |
override | ChromeState | System.Web.UI.WebControls.WebParts.PartChromeState.
Gets or sets whether a part control is in a minimized or normal state. |
override | ChromeType | System.Web.UI.WebControls.WebParts.PartChromeType.
Gets or sets the type of border that frames a Web Parts control. |
| [read-only] | ConnectErrorMessage | string.
Gets an error message to display to users if errors occur during the connection process. |
override | Description | string.
Gets or sets a brief phrase that summarizes what the part control does, for use in ToolTips and catalogs of part controls. |
override | Direction | ContentDirection.
Gets or sets the horizontal direction that content flows within the control. |
| [read-only] | DisplayTitle | string.
Gets a string that contains the full title text actually displayed in the title bar of a System.Web.UI.WebControls.WebParts.WebPart control instance. |
| ExportMode | System.Web.UI.WebControls.WebParts.WebPartExportMode.
Gets or sets whether all, some, or none of a System.Web.UI.WebControls.WebParts.WebPart control's properties can be exported. | |
| [read-only] | HasSharedData | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control has any shared personalization data associated with it. |
| [read-only] | HasUserData | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control has any user personalization data associated with it. |
override | Height | Unit.
Gets or sets the height of a zone. |
| HelpMode | System.Web.UI.WebControls.WebParts.WebPartHelpMode.
Gets or sets the type of user interface (UI) used to display Help content for a System.Web.UI.WebControls.WebParts.WebPart control. | |
| HelpUrl | string.
Gets or sets the URL to a Help file for a System.Web.UI.WebControls.WebParts.WebPart control. | |
| Hidden | bool.
Gets or sets a value indicating whether a System.Web.UI.WebControls.WebParts.WebPart control is displayed on a Web page. | |
| ImportErrorMessage | string.
Gets or sets an error message that is used if errors occur when a System.Web.UI.WebControls.WebParts.WebPart control is imported. | |
| [read-only] | IsClosed | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is currently closed on a Web Parts page. |
| [read-only] | IsShared | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is shared, meaning that it is visible to all users of a Web Parts page. |
| [read-only] | IsStandalone | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is standalone, meaning that it is not contained within a System.Web.UI.WebControls.WebParts.WebPartZoneBase zone. |
| [read-only] | IsStatic | bool.
Gets a value that indicates whether a System.Web.UI.WebControls.WebParts.WebPart control is a static control, which means the control is declared in the markup of a Web Parts page and not added to the page programmatically. |
| [read-only] | Subtitle | string.
Gets a string that is concatenated with the WebPart.Title property value to form a complete title for a System.Web.UI.WebControls.WebParts.WebPart control. |
override | Title | string.
Gets or sets the title of a part control. |
| TitleIconImageUrl | string.
Gets or sets the URL to an image used to represent a Web Parts control in the control's title bar. | |
| TitleUrl | string.
Gets or sets a URL to supplemental information about a System.Web.UI.WebControls.WebParts.WebPart control. | |
| [read-only] | Verbs | System.Web.UI.WebControls.WebParts.WebPartVerbCollection.
Gets a collection of custom verbs associated with a System.Web.UI.WebControls.WebParts.WebPart control. |
override | Width | Unit. Documentation for this section has not yet been entered. |
| [read-only] | ZoneIndex | int.
Gets the index position of a System.Web.UI.WebControls.WebParts.WebPart control within its zone. |