Xamarin.Forms.Grid.GetRow Method
Gets the row of the bindable child element.

Syntax

public static int GetRow (BindableObject bindable)

Parameters

bindable
An element that belongs to the Grid layout.

Returns

The row that the child element is in.

Remarks

The Grid.GetRow method corresponds to the following XAML attached property:

Attached PropertyValue
Row

An integer that represents the row in which the item will appear.

The remarks for the Grid.SetRow method contain syntax for and information about the Row attached property.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0