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
public ICommand RowLongPressCommand { get; set; }
Property Value
Type | Description |
---|---|
ICommand | A command that exposes the ICommand interface. |
See Also