DataGridView.RowDoubleTapCommand Property
Gets or sets a command executed when a user taps a data grid item twice. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public ICommand RowDoubleTapCommand { get; set; }
Property Value
| Type | Description |
|---|---|
| ICommand | A command that exposes the ICommand interface. |
See Also