menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReminderSettings

    Show / Hide Table of Contents

    Class ReminderSettings

    A class that holds schedule Reminder items

    Inheritance
    System.Object
    EJTagHelper
    ReminderSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved