Grid.RowSpanProperty Field

Definition

Implements the attached property that represents the number of rows that a child element spans, and allows the Grid class to bind it to properties on other objects at run time.

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

Field Value

Remarks

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

Applies to