System.Web.UI.WebControls.WebParts.IWebPart.Title Property

Gets or sets the title of a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public string Title { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The visible title text in a control's title bar is set by the IWebPart.Title property.

If you do not supply a title for a control, the Web Parts control set automatically calculates a default string to use as a title. For more information, see WebPart.DisplayTitle. Also, it is possible to provide a default subtitle that is appended to the title string. For details, see IWebPart.Subtitle.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0