Class RecurringForm
Form which displays the recurring appointment information.
Inheritance
Namespace: Syncfusion.Windows.Forms.Schedule
Assembly: Syncfusion.Schedule.Windows.dll
Syntax
public class RecurringForm : Form
Constructors
RecurringForm()
Initializes a new instance of the RecurringForm class.
Declaration
public RecurringForm()
Fields
DisplayStrings
Holds various strings used in the RecurringForm.
Declaration
public static string[] DisplayStrings
Field Value
Type |
---|
System.String[] |
Remarks
Modifying the strings in this array will affect the display of the RecurringForm. You can use these strings to localize the labels that appear on the form. Please note that some of the strings used in this form represent tokens and parseable elements which cannot be localized.
Examples
Here are the default values of this string array.
public static string[] DisplayStrings = new string[]
{
"Confirm the deletion of all occurrences?", // 0
"Delete Confirmation", // 1
"Recurrence Pattern", // 2
"Recurrence Range", // 3
"OK", // 4
"Cancel", // 5
"Delete Recurring Event", // 6
"Appointment Recurrence", // 7
"Recur every", // 8
"week(s)", // 9
"of", // 10
"month", // 11
"of the", // 12
"month(s)", // 13
"of every ", // 14
"day(s)", // 15
"Start:", // 16
"recurrences" // 17
};
Properties
CreateParams
Gets the required creation parameters when the control handle is created.
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
---|
System.Windows.Forms.CreateParams |
Font
Gets or sets the System.Drawing.Font value for Form.
Declaration
public override Font Font { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
IgnoreScheduleRTLSettings
Gets or sets a value indicating whether this form will use the RTL settings from the ScheduleControl to decide whether to mirror the form.
Declaration
public static bool IgnoreScheduleRTLSettings { get; set; }
Property Value
Type |
---|
System.Boolean |
IsRecurringOnOverride
Gets or sets a value indicating whether recurring has to be overridden.
Declaration
public bool IsRecurringOnOverride { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | true if managed resources should be disposed; otherwise, false. |