ReminderViewModel(TimeSpan, Boolean, Action<ReminderViewModel>) Constructor
Initializes a new instance of the ReminderViewModel class with specified settings.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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