Back to Devexpress

DataGridView.RowLongPressCommand Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-9e3bbb16.md

latest949 B
Original Source

DataGridView.RowLongPressCommand Property

Gets or sets a command executed when a user taps and holds an item within the grid control.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public ICommand RowLongPressCommand { get; set; }

Property Value

TypeDescription
ICommand

A command that exposes the ICommand interface.

|

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace