'Declaration Public Function New( _ ByVal dataItem As System.Object, _ ByVal parent As RowWithDetails _ )
public DetailRow( System.object dataItem, RowWithDetails parent )
Parameters
- dataItem
- Data item that this row represents.
- parent
'Declaration Public Function New( _ ByVal dataItem As System.Object, _ ByVal parent As RowWithDetails _ )
public DetailRow( System.object dataItem, RowWithDetails parent )