Grid.RowSpanProperty Field
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.
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.