Back to Devexpress

DataGridView.RowDoubleTapCommand Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-a66347f5.md

latest959 B
Original Source

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

csharp
public ICommand RowDoubleTapCommand { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace