WebPartZone.DisplayTitle Property

Gets the current value of the text being used as the title for the WebPartZone when the zone itself is visible.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Overrides ReadOnly Property DisplayTitle As String
    Get
'Usage
Dim instance As WebPartZone
Dim value As String

value = instance.DisplayTitle
public override string DisplayTitle { get; }

Property Value

Type: System.String
A string that contains the title text for a zone.

Remarks

The default value is the value of the HeaderText property.

See Also

Reference

WebPartZone Class

WebPartZone Members

Microsoft.SharePoint.WebPartPages Namespace