Class ReminderMapping
Represents a class that provides mapping between SchedulerReminder properties and a data object.
Inheritance
System.Object
    ReminderMapping
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class ReminderMapping : ObjectConstructors
ReminderMapping()
Declaration
public ReminderMapping()Properties
IsDismissed
Gets or sets the name of the property in reminder data object for the IsDismissed property.
Declaration
public string IsDismissed { get; set; }Property Value
| Type | 
|---|
| System.String | 
See Also
ReminderAlertTime
Gets or sets the name of the property in reminder data object for the ReminderAlertTime property.
Declaration
public string ReminderAlertTime { get; set; }Property Value
| Type | 
|---|
| System.String | 
See Also
ReminderTimeInterval
Gets or sets the name of the property in reminder data object for the ReminderTimeInterval property.
Declaration
public string ReminderTimeInterval { get; set; }Property Value
| Type | 
|---|
| System.String |