Skip to content

Latest commit

 

History

History

EditFormTemplate

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