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)
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.