Skip to main content
A newer version of this page is available. .

DevExpress.XamarinForms.DataGrid Namespace

Contains classes that implement the DataGridView functionality.

Assembly: DevExpress.XamarinForms.Grid.dll

Classes

Name Description
AutoGeneratingColumnEventArgs Provides data for the DataGridView.AutoGeneratingColumn event.
CellData Contains information about a data cell.
CellStyle Stores the data cell appearance settings.
CustomizeCellDisplayTextEventArgs Provides data for the DataGridView.CustomizeCellDisplayText event.
CustomSummaryEventArgs Provides data for the DataGridView.CalculateCustomSummary event.
DataGridView A data grid view.
DateColumn A grid column used to display and edit date values.
EditFormPage The page that allows users to edit grid’s cell values.
EditFormView Stores appearance settings of the grid’s edit form view.
EditRowViewModel Contains information on a data row that a user currently edits via the edit form.
GridColumn An abstract class that serves as the base class for grid columns.
GridColumnCollection A grid’s column collection.
GridColumnDataEventArgs Provides data for the DataGridView.CustomUnboundColumnData event.
GridColumnSummary A data summary item.
GroupRowStyle Stores the group row appearance settings.
HeaderStyle Stores the column header appearance settings.
ImageColumn A grid column used to display images.
NumberColumn A grid column used to display and edit numeric values.
PickerColumn A grid column that allows a user to edit a cell value by selecting an item from the predefined set.
RowAllowEventArgs
RowEditingEventArgs Provides data for the DataGridView.EndRowEdit event.
RowEventArgs Provides data for the DataGridView.SelectionChanged event.
RowStyleBase The base class for styles that configure the appearance of the grid’s data and group rows, column headers and total summary panel.
RowTapEventArgs Provides data for the grid’s RowTap, RowDoubleTap and RowLongPress events.
StyleBase The base class for all styles that configure the appearance of grid elements.
SummaryCollection
SwipeItem Stores information about an action button shown when a user swipes a data row.
SwipeItemCollection A collection of objects that specify buttons shown when a user swipes a data row left to right or right to left.
SwipeItemStyle Stores the swipe item appearance settings.
SwipeItemTapEventArgs Provides data for the SwipeItem.Tap event.
SwitchColumn A grid column that displays Boolean values and allows a user to change a cell value by switching between two states.
TemplateColumn A column type that allows you to define a custom template for column cells.
TextColumn A grid column used to display and edit text values.
TotalSummaryStyle Stores the total summary panel’s appearance settings.

Interfaces

Name Description
IDisplayService
IEditableRowData
IGroupInfo Contains information on a group of data rows.
IRowData Provides access to the grid’s row data.
IStyledElement

Structs

Name Description
CellIndex Stores the information on a cell location within the grid.

Delegates

Name Description
AutoGeneratingColumnEventHandler A method that will handle the DataGridView.AutoGeneratingColumn event.
CustomizeCellDisplayTextEventHandler A method that will handle the DataGridView.CustomizeCellDisplayText event.
CustomSummaryEventHandler A method that will handle the DataGridView.CalculateCustomSummary event.
GridColumnDataEventHandler A method that will handle the DataGridView.CustomUnboundColumnData event.
RowAllowEventHandler
RowEditingEventHandler A method that will handle the DataGridView.EndRowEdit event.
RowEventHandler A method that will handle the DataGridView.SelectionChanged event.
RowTapEventHandler A method that will handle the DataGridView.RowTap, DataGridView.RowDoubleTap and DataGridView.RowLongPress events.

Enums

Name Description
AutoGenerateColumnsMode Lists values used to specify how columns are generated in the grid.
CustomSummaryProcess
EditingRowAction Lists values that specify whether a user saved or discarded a cell value modified in the in-place editor.
EditorShowMode Lists gestures to invoke an in-place editor for a data cell.
FixedStyle Lists values that specify the column’s behavior when the grid is horizontally scrolled.
GridSortMode Lists values that specify whether the grid allows data sorting by multiple columns or by a single column only.
SelectionMode
SummaryType Lists values that specify the aggregate function types.