Grid.Row Attached Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates which row child content within a Grid should appear in.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<object Grid.Row="int"/>
Property Value
Type: System.Int32An Int32 value that represents the row in which child content should appear. The default value is 0.
Dependency property identifier field: RowProperty
Rows in a Grid are defined using the RowDefinition element.
Show: