Method GetRow
GetRow(AbstractControl)
Gets a value that indicates which row child control within a Grid should appear in.
public static int GetRow(AbstractControl control)
Parameters
control
AbstractControlThe control for which to get the row index.
Returns
Remarks
The 0-based row index.