Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.01 KB

grid_setrow_463672865.md

File metadata and controls

29 lines (20 loc) · 1.01 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.Grid.SetRow(Microsoft.UI.Xaml.FrameworkElement,System.Int32)
winrt method

Microsoft.UI.Xaml.Controls.Grid.SetRow

-description

Sets the value of the Grid.Row XAML attached property on the specified FrameworkElement.

-parameters

-param element

The target element on which to set the Grid.Row XAML attached property.

-param value

The property value to set.

-remarks

This method is a utility method for the property system, and isn't used in most app scenarios. In most cases you set the Grid.Row XAML attached property in XAML and won't need this method. For more info, see the Grid.Row attached property.

-examples

-see-also

Grid.Row, Attached properties overview