- bindable
- An element that belongs to the Grid layout.
The column that the child element is in.
The Grid.GetColum 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 Grid.SetColumn method contain syntax for and information about the Column attached property.