Skip to main content

IDialogService.DisplaySelectItemDialog(String, String, String[]) Method

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

Task<string> DisplaySelectItemDialog(
    string title,
    string cancel,
    params string[] options
)

Parameters

Name Type
title String
cancel String
options String[]

Returns

Type
Task<String>
See Also