DataGridViewCommands.ShowDetailForm Property
Returns the command that invokes a view form for a DataGridView item with the specified handle.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public Command<object> ShowDetailForm { get; }
Property Value
Type | Description |
---|---|
Command<Object> | A command object. |
See Also