ReminderEditViewModel(IEnumerable<TimeSpanBuilder>, Action<TimeSpan>) Constructor
In This Article
Initializes a new instance of the ReminderEditViewModel class with specified settings.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public ReminderEditViewModel(
IEnumerable<TimeSpanBuilder> timeSpanBuilders = null,
Action<TimeSpan> timeBeforeStartSelectedCallback = null
)
#Optional Parameters
Name | Type | Default |
---|---|---|
time |
IEnumerable<Time |
null |
time |
Action<Time |
null |
See Also