Back to Devexpress

Data Grid Search Bar

maui-404357-scenarios-grid-search.md

latest2.5 KB
Original Source

Data Grid Search Bar

  • Mar 06, 2024

This example places a DataGridView search bar in a ContentPage‘s toolbar area.

View Example: DataGrid for .NET MAUI - Implement Search Bar

Related Controls : StatusBarBehavior, TextEdit, DataGridView

Anatomy

The following image illustrates the anatomy of this project:

Related Members :

Implementation Details

Refer to the following GitHub example to see implementation details:

View Example: DataGrid for .NET MAUI - Implement Search Bar