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

Gets a string that is concatenated with the IWebPart.Title property value to form a complete title for a System.Web.UI.WebControls.WebParts.WebPart control.

Syntax

public string Subtitle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IWebPart.Subtitle property is used to return a default subtitle string for a System.Web.UI.WebControls.WebParts.WebPart control that is appended to the control's title in the title bar.

If you provide a default value for the IWebPart.Subtitle property in a control that implements the System.Web.UI.WebControls.WebParts.IWebPart interface, the Web Parts control set automatically appends it to the value of the IWebPart.Title property of the control at run time.

Requirements

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