Data Grid Search Bar
This example places a DataGridView search bar in a ContentPage‘s toolbar area.
Related Controls: StatusBarBehavior, TextEdit, DataGridView
Anatomy
The following image illustrates the anatomy of this project:
Related Members:
- StatusBarBehavior: StatusBarColor, StatusBarStyle
- TextEdit: EndIcon, EndIconColor, PlaceholderText, PlaceholderColor, ClearIconColor, TextChanged
- DataGridView: SelectionMode, ShowGroupedColumns, GroupRowAppearance, CellAppearance, TemplateColumn, FilterString
Implementation Details
Refer to the following GitHub example to see implementation details: