Skip to main content
A newer version of this page is available. .

EditHelper.CreateAppointmentPageOnTap(SchedulerDataStorage, SchedulerGestureEventArgs, Boolean) Method

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public static Page CreateAppointmentPageOnTap(
    this SchedulerDataStorage storage,
    SchedulerGestureEventArgs tapArgs,
    bool useThemeableToolbarIcons = false
)

Parameters

Name Type
storage SchedulerDataStorage
tapArgs SchedulerGestureEventArgs

Optional Parameters

Name Type Default
useThemeableToolbarIcons Boolean False

Returns

Type
Page
See Also