Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.09 KB

Readme.md

File metadata and controls

24 lines (14 loc) · 1.09 KB

DevExpress .NET MAUI Data Grid - Customize the Edit Form Template

This example invokes a custom cell edit form when a user double taps a cell.

Specify the DetailEditFormTemplate property to define the custom edit form content.

To invoke the edit form on a double row tap, bind the RowDoubleTapCommand property to the ShowDetailEditForm command.

Files to Review

Documentation

More Examples