Grid.GetRow(BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the row of the bindable
child element.
public static int GetRow (Xamarin.Forms.BindableObject bindable);
static member GetRow : Xamarin.Forms.BindableObject -> int
Parameters
- bindable
- BindableObject
An element that belongs to the Grid layout.
Returns
System.Int32
The row that the child element is in.
Remarks
The GetRow(BindableObject) method corresponds to the following XAML attached property:
Attached Property | Value |
---|---|
Row | An integer that represents the row in which the item will appear. |
The remarks for the SetRow(BindableObject, Int32) method contain syntax for and information about the Row
attached property.