Grid.RowProperty Field

Definition

Implements the attached property that represents the zero-based row index of a child element. See Remarks.

public static readonly Xamarin.Forms.BindableProperty RowProperty;
 staticval mutable RowProperty : Xamarin.Forms.BindableProperty

Field Value

Remarks

The interface for this property is defined by the GetRow(BindableObject) and SetRow(BindableObject, Int32) methods.

Applies to