Grid.

RowProperty Field

Summary

Row property. This is an attached property. Grid defines Row, so that it can be set on any element treated as a cell. Row property specifies child's position with respect to rows. Rows are 0 - based. In order to appear in first row, element should have Row property set to 0. Default value for the property is 0.
Namespace
Avalonia.Controls
Containing Type
Grid

Syntax

public static readonly AttachedProperty<int> RowProperty