Xamarin.Forms.Grid.GetColumn Method
Gets the column of the bindable child element.

Syntax

public static int GetColumn (BindableObject bindable)

Parameters

bindable
An element that belongs to the Grid layout.

Returns

The column that the child element is in.

Remarks

The Grid.GetColum method corresponds to the value that is set by the following XAML attached property.

Attached PropertyValue
Column

An integer that represents the Column in which the item will appear.

The remarks for the Grid.SetColumn method contain syntax for and information about the Column attached property.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0