'Declaration Protected Function New( _ ByVal template As DetailGrid, _ ByVal synchronizationRoot As DetailGrid _ )
'Usage Dim template As DetailGrid Dim synchronizationRoot As DetailGrid Dim instance As New DetailGrid(template, synchronizationRoot)
protected DetailGrid( DetailGrid template, DetailGrid synchronizationRoot )
Parameters
- template
- A reference to a DetailGrid object that will be used to create other detail grids.
- 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).