Class ReminderMapping
Represents a class that provides mapping information about SchedulerReminder properties to data object.
Inheritance
System.Object
ReminderMapping
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class ReminderMapping
Constructors
ReminderMapping()
Declaration
public ReminderMapping()
Properties
IsDismissed
Gets or sets the mapping which binds the IsDismissed property to a field in reminder data object.
Declaration
public string IsDismissed { get; set; }
Property Value
Type | Description |
---|---|
System.String |
See Also
ReminderTimeInterval
Gets or sets the mapping which binds the ReminderTimeInterval property to field in reminder data object.
Declaration
public string ReminderTimeInterval { get; set; }
Property Value
Type | Description |
---|---|
System.String |