Back to Devexpress

GridColumn.Row Property

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-dot-gridcolumn-0d6eda42.md

latest1.0 KB
Original Source

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

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

Property Value

TypeDescription
Int32

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

|

See Also

GridColumn Class

GridColumn Members

DevExpress.XamarinForms.DataGrid Namespace