[]
Called when a cell is double tapped.
protected void OnCellDoubleTapped(GridInputEventArgs e)
Type | Name | Description |
---|---|---|
GridInputEventArgs | e | Event data. |
Called when a cell is double tapped.
protected override sealed void OnCellDoubleTapped(GridControlTapEventArgs e)
Type | Name | Description |
---|---|---|
GridControlTapEventArgs | e | The event data. |