Back to Devexpress

CellIndex Struct

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-0b0f3c27.md

latest1.4 KB
Original Source

CellIndex Struct

Stores the information on a cell location within the grid.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public struct CellIndex

The following members return CellIndex objects:

Remarks

The CellIndex structure introduces the RowHandle and FieldName properties that define a row and column containing a cell.

See Also

CellIndex Members

DevExpress.XamarinForms.DataGrid Namespace