- bindable
- An element that belongs to the Grid layout.
The column that the child element is in.
The Grid.GetColumSpan method corresponds to the value that is set by the following XAML attached property.
| Attached Property | Value |
|---|---|
| ColumnSpan | An integer that represents the number of Columns that the item will span. |
The remarks for the Grid.SetColumnSpan method contain syntax for and information about the ColumnSpan attached property.