menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RecurrenceEditorProperties

    Inheritance
    System.Object
    EJTagHelper
    RecurrenceEditorProperties
    Inherited Members
    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 RecurrenceEditorProperties : EJTagHelper

    Constructors

    RecurrenceEditorProperties()

    Declaration
    public RecurrenceEditorProperties()

    Properties

    Change

    Gets or sets the change.

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

    The change.

    Create

    Gets or sets the create.

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

    The create.

    CssClass

    Gets or sets the CSS class.

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

    The CSS class.

    DateFormat

    Gets or sets the Date format.

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

    The date format.

    EnableRTL

    Gets or sets a value indicating whether this is RTL.

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

    true if RTL; otherwise, false.

    EnableSpinners

    Gets or sets a value of enablespinners.

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

    true if enablespinners otherwise, false.

    FirstDayOfWeek

    Gets or sets the first day of week.

    Declaration
    [JsonProperty("firstDayOfWeek")]
    [JsonConverter(typeof(StringEnumConverter))]
    public DayOfWeek FirstDayOfWeek { get; set; }
    Property Value
    Type Description
    System.DayOfWeek

    The firstdayofweek.

    Frequencies

    Gets or sets the frequencies.

    Declaration
    [JsonProperty("frequencies")]
    public List<string> Frequencies { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    The frequencies.

    Locale

    Gets or sets the localization.

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

    The localization.

    MaxDate

    Gets or sets the maximum date.

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

    The maximum date.

    MinDate

    Gets or sets the minimum date.

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

    The Minimum date.

    Name

    Gets or sets the name.

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

    The name.

    SelectedRecurrenceType

    Gets or sets the selectedRecurrenceType.

    Declaration
    [JsonProperty("selectedRecurrenceType")]
    public int SelectedRecurrenceType { get; set; }
    Property Value
    Type Description
    System.Int32

    The selectedRecurrenceType.

    StartDate

    Gets or sets the start Date.

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

    The start date.

    Value

    Gets or sets the value.

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

    The value.

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved