Skip to main content

ReminderViewModel(TimeSpan, Boolean, Action<ReminderViewModel>) Constructor

Initializes a new instance of the ReminderViewModel class with specified settings.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public ReminderViewModel(
    TimeSpan timeBeforeStart,
    bool isFirst = false,
    Action<ReminderViewModel> removeCallback = null
)

Parameters

Name Type
timeBeforeStart TimeSpan

Optional Parameters

Name Type Default
isFirst Boolean False
removeCallback Action<ReminderViewModel> null
See Also