Class RecurrenceEditor
Class for RecurrenceEditor control
Implements
Inherited Members
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
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
Type | Name | Description |
---|---|---|
System.Object | state |
Overrides
OnInit(EventArgs)
recurrenceeditor severside event
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
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.EventArgs instance containing the event data. |
Overrides
OnPreRender(EventArgs)
recurrenceeditor severside event
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.EventArgs instance containing the event data. |
Overrides
Render(HtmlTextWriter)
Renders the specified writer.
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | The writer. |