System.Web.UI.WebControls.WebParts.WebPart.Subtitle Property

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.

Syntax

public virtual string Subtitle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the WebPart.Subtitle property optionally to return a standard subtitle string in your custom System.Web.UI.WebControls.WebParts.WebPart control that will be appended to the control's title.

If you provide a value for the WebPart.Subtitle property in a custom System.Web.UI.WebControls.WebParts.WebPart control, the Web Parts control set automatically appends it to the value of the WebPart.Title property to create a complete title for the control.

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