Skip to main content

RowProperty 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)

public static readonly AttachedProperty<int> RowProperty
View Source

Field Value

AttachedProperty(Int32)

See Also

Reference

Grid Class
Avalonia.Controls Namespace