ComponentOne DataObjects for .NET
Row Property (GetListEventArgs)

C1.Data.2 Assembly > C1.Data Namespace > GetListEventArgs Class : Row Property
The row on which to base the list. In GetParentRow:C1DataSetLogic event, the parent row of the view, if it is a child view. In GetChildRows:C1DataSetLogic event, the parent row for which to return child rows.
Syntax
'Declaration
 
Public ReadOnly Property Row As C1DataRow
public C1DataRow Row {get;}
See Also

Reference

GetListEventArgs Class
GetListEventArgs Members