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

Gets or sets the title of a part control.

Syntax

public virtual string Title { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The visible title text in a part control's title bar is set by the Part.Title property. The title text also appears as part of the ToolTip text when you position your mouse pointer over the title bar of a System.Web.UI.WebControls.WebParts.WebPart control or other server control that appears in a System.Web.UI.WebControls.WebParts.WebPartZone zone.

The style of the title text is determined by the WebZone.PartTitleStyle property of the zone that contains the part control.

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 standard subtitle that is appended to the title string. For details, see WebPart.Subtitle.

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see System.ComponentModel.LocalizableAttribute and ASP.NET Globalization and Localization.

Requirements

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