Grid.GetColumn(BindableObject) Method
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.
Gets the column of the bindable
child element.
public static int GetColumn (Xamarin.Forms.BindableObject bindable);
static member GetColumn : Xamarin.Forms.BindableObject -> int
Parameters
- bindable
- BindableObject
An element that belongs to the Grid layout.
Returns
The column that the child element is in.
Remarks
The GetColumn(BindableObject) method corresponds to the value that is set by the following XAML attached property.
Attached Property | Value |
---|---|
Column | An integer that represents the Column in which the item will appear. |
The remarks for the SetColumn(BindableObject, Int32) method contain syntax for and information about the Column
attached property.