GridSerializer.SetHierarchyStateExpandedToLevel Method
Specifies how many levels to expand the hierarchy
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub SetHierarchyStateExpandedToLevel ( _
level As UInteger _
)
'Usage
Dim instance As GridSerializer
Dim level As UInteger
instance.SetHierarchyStateExpandedToLevel(level)
public void SetHierarchyStateExpandedToLevel(
uint level
)
Parameters
level
Type: System.UInt32The level to which the hierarchy is expanded.