Class ReminderSettings
A class that holds schedule Reminder items
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.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ReminderSettings : EJTagHelper
Constructors
ReminderSettings()
Declaration
public ReminderSettings()
Properties
AlertBefore
Gets or sets the time value which indicates when the reminders are to be alerted for the Schedule appointments.
Declaration
[JsonProperty("alertBefore")]
public int AlertBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | It accepts the time value which indicates when the reminders are to be alerted for the Schedule appointments. |
Enable
Gets or sets the value which indicates whether to enable the reminder option or not.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value which indicates whether to enable the reminder option or not. |