GridRowProperty Field

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.

Remarks

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.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> RowProperty

Field Value

AttachedPropertyInt32

See Also