ProfileDetailsViewer.Collapsible Property
Gets or sets a value that indicates whether the user is allowed to expand or collapse the ProfileDetailsViewer.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Collapsible As Boolean
Get
Set
'Usage
Dim instance As ProfileDetailsViewer
Dim value As Boolean
value = instance.Collapsible
instance.Collapsible = value
public bool Collapsible { get; set; }
Property Value
Type: System.Boolean
true if the whether the user is allowed to expand or collapse the ProfileDetailsViewer; otherwise, false. The default value is true.