Grid.ColumnProperty Field

Definition

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

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

Field Value

Remarks

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

Applies to