Skip to main content

DataGridElement Enum

Lists values that specify the grid elements.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public enum DataGridElement

Members

Name Description
ColumnHeader

A column header.

Row

A data row.

GroupRow

A group row.

TotalSummary

A total summary.

Related API Members

The following properties accept/return DataGridElement values:

Remarks

The DataGridGestureEventArgs.Element property returns a value of the DataGridElement enumeration.

See Also