Grid.ColumnSpanProperty Field

Definition

Implements the attached property that represents the number of columns that a child element spans. See Remarks.

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

Field Value

Remarks

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

Applies to