Skip to main content

IDialogService.DisplayAlertMessage(String, String, String, String) Method

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

Task<bool> DisplayAlertMessage(
    string title,
    string message,
    string accept,
    string cancel
)

Parameters

Name Type
title String
message String
accept String
cancel String

Returns

Type
Task<Boolean>
See Also