Grid.Row Attached Property
Silverlight
Gets or sets a value that indicates which row child content within a Grid should appear in.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.