DataResultBase.SupportExpandCollapseAll property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SupportExpandCollapseAll As Boolean
Get
Set
'Usage
Dim instance As DataResultBase
Dim value As Boolean
value = instance.SupportExpandCollapseAll
instance.SupportExpandCollapseAll = value
public bool SupportExpandCollapseAll { get; set; }
Property value
Type: System.Boolean