Class RecurrenceEditor
Inheritance
Namespace: Syncfusion.EJ2.Schedule
Assembly: Syncfusion.EJ2.dll
Syntax
public class RecurrenceEditor : EJTagHelperConstructors
RecurrenceEditor()
Declaration
public RecurrenceEditor()Properties
CalendarMode
Sets the specific calendar type to be applied on recurrence editor.
Declaration
public CalendarType CalendarMode { get; set; }Property Value
| Type | Description | 
|---|---|
| CalendarType | The default value is CalendarType.Gregorian | 
Change
Triggers for value changes on every sub-controls rendered within the recurrence editor.
Declaration
public string Change { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null | 
Created
Triggers when the component is created.
Declaration
public string Created { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null | 
CssClass
Allows styling with custom class names.
Declaration
public string CssClass { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null | 
DateFormat
Sets the user specific date format on recurrence editor.
Declaration
public string DateFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null | 
Destroyed
Triggers when the component is destroyed.
Declaration
public string Destroyed { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null | 
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false | 
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false | 
EndTypes
Sets the type of recurrence end for the recurrence pattern on the editor.
Declaration
public object EndTypes { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null | 
FirstDayOfWeek
Sets the first day of the week.
Declaration
public double FirstDayOfWeek { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | The default value is 0 | 
Frequencies
Sets the recurrence pattern on the editor.
Declaration
public object Frequencies { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null | 
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }Property Value
| Type | 
|---|
| System.Object | 
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is "" | 
MaxDate
Sets the maximum date on recurrence editor.
Declaration
public object MaxDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null | 
MinDate
Sets the minimum date on recurrence editor.
Declaration
public object MinDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null | 
SelectedType
Sets the current repeat type to be set on the recurrence editor.
Declaration
public int SelectedType { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The default value is 0 | 
StartDate
Sets the start date on recurrence editor.
Declaration
public object StartDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is null | 
Value
Sets the recurrence rule as its output values.
Declaration
public string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null |