Is it possible to have "Cancel" as default in a DialogService.Confirm method?
Not out of the box. You can swap the text of the OK and Cancel buttons though (you also need to invert your logic).
Is it possible to have "Cancel" as default in a DialogService.Confirm method?
Not out of the box. You can swap the text of the OK and Cancel buttons though (you also need to invert your logic).