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