Share via


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.

See also

Reference

ProfileDetailsViewer class

ProfileDetailsViewer members

Microsoft.SharePoint.Portal.WebControls namespace