Row Property (DataGridItem)
Class
DataGridItem
.
Action
Gets the row of the item in the data grid. The value is zero-based.
Syntax
C#
protected
Integer
Row { get; }
VB
'Declaration Protected Read Property Row As
Integer
Access
Read only.