Share via


CategoryDetail.ShowTitle property

Gets or sets a value that indicates whether the Web Part should display the category title.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property ShowTitle As Boolean
    Get
    Set
'Usage
Dim instance As CategoryDetail
Dim value As Boolean

value = instance.ShowTitle

instance.ShowTitle = value
public bool ShowTitle { get; set; }

Property value

Type: System.Boolean

See also

Reference

CategoryDetail class

CategoryDetail members

Microsoft.SharePoint.Portal.WebControls namespace