- bindable
- An element that belongs to the Grid layout.
The row that the child element is in.
The Grid.GetRowSpan method corresponds to the following XAML attached properties:
| Attached Property | Value |
|---|---|
| RowSpan | An integer that represents the number of rows that the item will span. |
The remarks for the Grid.SetRowSpan method contain syntax for and information about the RowSpan attached property.