DataGridViewCommands.ShowDetailEditForm Property
In This Article
Returns the command that invokes an edit form for a DataGridView item with the specified handle.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public Command<object> ShowDetailEditForm { get; }
#Property Value
Type | Description |
---|---|
Command<System. |
A command object. |
See Also