Skip to main content

DataGridView Class

A data grid view.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

[ContentProperty("Columns")]
public class DataGridView :
    View,
    IDataGrid,
    IAppearanceOwner,
    IGridDataProvider,
    ICellDataProvider,
    IFilteringUIFormOwner

The following members return DataGridView objects:

Remarks

DataGridView is a data-aware control that displays data in a tabular format.

DevExpress Data Grid for .NET MAUI

For more information about the DataGridView control, refer to the following help topics:

Overview
Contains basic information about DataGridView.
Get Started with DataGridView
This step-by-step tutorial guides you through creating an app with a DataGridView.
Bind to Data
Describes how to populate DataGridView cells with data.
Columns and Rows
This topic explains columns and rows in a DataGridView.
Create-Read-Update-Delete (CRUD) Operations
Topics in this sections describe how to incorporate CRUD operations in a .NET MAUI app with a DataGridView.
Data Validation
This topic explains how to validate new data grid values, indicate errors and prevent saving invalid data to the data source.
Drag and Drop Operations
This topic explains how to enable drag and drop operations to allow users to reorder rows.
Edit Cell Values in In-Place Mode
This topic explains how to allow users to use in-place editors to display and edit DataGridView cell values.
Export
This topic shows how to export a DataGridView in different formats (PDF, XLSX, HTML and more).
Filter rows
This topic lists different ways to filter DataGridView rows: filtering UI, filter row and filtering API.
Sort rows
This topic explains how to sort DataGridView rows.
Group rows
This topic explains how to group DataGridView rows.
Summaries
You can calculate summaries for row groups or for an entire DataGridView.
Pull to refresh
Users can request content updates with a pull-down gestures.
Load more
This topic explains how to load a set of new data items to the end of the grid once a user scrolls to the bottom of the grid.
Swipe gestures
This topic explains how to show swipe elements when a user swipes a DataGridView items and perform custom actions on tap.
Customize appearance
Lists API members that you can use the appearance and layout of the DataGridView control and its elements.
Examples
Lists task-based solutions with the DataGridView control.
See Also