'Declaration Protected Friend Overridable Function CreateInstance( _ ByVal synchronizationRoot As DetailGrid _ ) As DetailGrid
'Usage Dim instance As DetailGrid Dim synchronizationRoot As DetailGrid Dim value As DetailGrid value = instance.CreateInstance(synchronizationRoot)
protected internal virtual DetailGrid CreateInstance( DetailGrid synchronizationRoot )
Parameters
- synchronizationRoot
- The DetailGrid which will be used as the synchronization root. The DetailGrid that is used as the synchronization root will not appear in the grid but will be consulted whenever an operation such as sorting or grouping is performed on any of the detail grids of the same level (all the detail grids built from the same template).
Return Value
A reference to newly create DetailGrid object.