menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ScheduleFields

    A class that holds Schedule fields.

    Inheritance
    System.Object
    EJTagHelper
    ScheduleFields
    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 ScheduleFields : EJTagHelper

    Constructors

    ScheduleFields()

    Declaration
    public ScheduleFields()

    Properties

    AllDay

    Gets or sets the allday value of an appointment.

    Declaration
    [JsonProperty("allDay")]
    [SetLiteral]
    public object AllDay { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the allday value of an appointment.

    ApplyTimeOffset

    Gets or sets the value which indicates whether to consider the time difference offset calculation on appointment time or not.

    Declaration
    [JsonProperty("applyTimeOffset")]
    public bool ApplyTimeOffset { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts the value which indicates whether to consider the time difference offset calculation on appointment time or not.

    Categorize

    Gets or sets the categorize value of an appointment.

    Declaration
    [JsonProperty("categorize")]
    [SetLiteral]
    public object Categorize { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the categorize value of an appointment.

    DataSource

    Gets or sets the appointment collections.

    Declaration
    [HtmlAttributeName("datasource")]
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("dataSource")]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the appointment collections.

    Description

    Gets or sets the description value of an appointment.

    Declaration
    [SetLiteral]
    [JsonProperty("description")]
    public object Description { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the description value of an appointment.

    EditFutureEventsOnly

    Gets or sets the value which indicates whether to to edit only the future occurrences of the appointments in a recurrence series from the currently selected appointment’s date or not.

    Declaration
    [JsonProperty("editFutureEventsOnly")]
    public bool EditFutureEventsOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts the value which indicates whether to to edit only the future occurrences of the appointments in a recurrence series from the currently selected appointment’s date or not.

    EndTime

    Gets or sets the end time value of an appointment.

    Declaration
    [JsonProperty("endTime")]
    [SetLiteral]
    public object EndTime { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the end time value of an appointment.

    EndTimeZone

    Gets or sets the endTimeZone value of an appointment.

    Declaration
    [SetLiteral]
    [JsonProperty("endTimeZone")]
    public object EndTimeZone { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the startTimeZone value of an appointment.

    Id

    Gets or sets the id value of an appointment.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the id value of an appointment.

    Location

    Gets or sets the location value of an appointment.

    Declaration
    [JsonProperty("location")]
    [SetLiteral]
    public object Location { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the location value of an appointment.

    Priority

    Gets or sets the priority value of an appointment.

    Declaration
    [JsonProperty("priority")]
    [SetLiteral]
    public object Priority { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the priority value of an appointment.

    Query

    Gets or sets the query value for AppointmentSettings.

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the query value for AppointmentSettings.

    Recurrence

    Gets or sets the recurrence value of an appointment.

    Declaration
    [SetLiteral]
    [JsonProperty("recurrence")]
    public object Recurrence { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the recurrence value of an appointment.

    RecurrenceExDate

    Gets or sets the recurrence ExDate value of an appointment.

    Declaration
    [JsonProperty("recurrenceExDate")]
    public string RecurrenceExDate { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the recurrence ExDate value of an appointment.

    RecurrenceId

    Gets or sets the recurrence id value of an appointment.

    Declaration
    [JsonProperty("recurrenceId")]
    public string RecurrenceId { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the recurrence id value of an appointment.

    RecurrenceRule

    Gets or sets the recurrence rule value of an appointment.

    Declaration
    [JsonProperty("recurrenceRule")]
    [SetLiteral]
    public object RecurrenceRule { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the recurrence rule value of an appointment.

    ResourceFields

    Gets or sets the resource data collections.

    Declaration
    [JsonProperty("resourceFields")]
    [SetLiteral]
    public object ResourceFields { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the resource data collections.

    StartTime

    Gets or sets the start time value of an appointment.

    Declaration
    [JsonProperty("startTime")]
    [SetLiteral]
    public object StartTime { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the start time value of an appointment.

    StartTimeZone

    Gets or sets the startTimeZone value of an appointment.

    Declaration
    [SetLiteral]
    [JsonProperty("startTimeZone")]
    public object StartTimeZone { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the startTimeZone value of an appointment.

    Subject

    Gets or sets the subject value of an appointment.

    Declaration
    [SetLiteral]
    [JsonProperty("subject")]
    public object Subject { get; set; }
    Property Value
    Type Description
    System.Object

    It accepts the subject value of an appointment.

    TableName

    Gets or sets the name of the table.

    Declaration
    [JsonProperty("tableName")]
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the name of the table.

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