Skip to main content

GridColumn.Row Property

Specifies in which row of the grid’s multi-row layout the column’s cells are located.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public int Row { get; set; }

Property Value

Type Description
Int32

A zero-based index of a row in the grid’s multi-row layout.

See Also