menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RecurrenceEditor

    Class for RecurrenceEditor control

    Inheritance
    System.Object
    CommonDataBoundControl
    RecurrenceEditor
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonDataBoundControl.PerformDataBinding(IEnumerable)
    CommonDataBoundControl.FetchData(IEnumerable)
    CommonDataBoundControl.RaisePostBackEvent(String)
    CommonDataBoundControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonDataBoundControl.UpdateServerModel(Dictionary<String, Object>)
    CommonDataBoundControl.RenderContents(HtmlTextWriter)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class RecurrenceEditor : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    RecurrenceEditor()

    Declaration
    public RecurrenceEditor()

    Properties

    Change

    Gets or sets the RecurrenceEditor Change.

    Declaration
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor Change.

    Create

    Gets or sets the RecurrenceEditor Create.

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

    The RecurrenceEditor Create.

    CssClass

    Gets or sets the RecurrenceEditor CssClass.

    Declaration
    public override string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor CssClass.

    DateFormat

    Gets or sets the RecurrenceEditor DateFormat.

    Declaration
    public string DateFormat { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor DateFormat.

    EnableRTL

    Gets or sets the RecurrenceEditor EnableRTL.

    Declaration
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    The RecurrenceEditor EnableRTL.

    EnableSpinners

    Gets or sets the RecurrenceEditor EnableSpinners.

    Declaration
    public bool EnableSpinners { get; set; }
    Property Value
    Type Description
    System.Boolean

    The RecurrenceEditor EnableSpinners.

    FirstDayOfWeek

    Gets or sets the RecurrenceEditor FirstDayOfWeek.

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

    The RecurrenceEditor FirstDayOfWeek.

    Frequencies

    Declaration
    public List<string> Frequencies { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Locale

    Gets or sets the RecurrenceEditor Locale.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor Locale.

    MaxDate

    Gets or sets the RecurrenceEditor Max Date.

    Declaration
    [EJDate]
    public string MaxDate { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor MaxDate.

    MinDate

    Gets or sets the RecurrenceEditor Min Date.

    Declaration
    [EJDate]
    public string MinDate { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor MinDate.

    Model

    Gets or sets the RecurrenceEditor model.

    Declaration
    [JsonIgnore]
    public RecurrenceEditorProperties Model { get; set; }
    Property Value
    Type Description
    RecurrenceEditorProperties

    The RecurrenceEditor model.

    Name

    Gets or sets the RecurrenceEditor Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor Name.

    SelectedRecurrenceType

    Gets or sets the RecurrenceEditor SelectedRecurrenceType.

    Declaration
    public int SelectedRecurrenceType { get; set; }
    Property Value
    Type Description
    System.Int32

    The RecurrenceEditor SelectedRecurrenceType.

    StartDate

    Gets or sets the RecurrenceEditor StartDate.

    Declaration
    [EJDate]
    public string StartDate { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor StartDate.

    Value

    Gets or sets the RecurrenceEditor Value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The RecurrenceEditor Value.

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonDataBoundControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonDataBoundControl.LoadViewState(Object)

    OnInit(EventArgs)

    recurrenceeditor severside event occurs the recurrenceeditor is rendering.

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    OnLoad(EventArgs)

    recurrenceeditor severside event occurs the recurrenceeditor is start to load.

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    recurrenceeditor severside event occurs the recurrenceeditor is pre rendering.

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    The System.EventArgs instance containing the event data.

    Overrides
    CommonDataBoundControl.OnPreRender(EventArgs)

    Render(HtmlTextWriter)

    Renders the specified writer.

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer

    The writer.

    Overrides
    CommonDataBoundControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved