Class OpenRecurringAppointmentDialog
Inheritance
System.Object
OpenRecurringAppointmentDialog
Inherited Members
Namespace: Telerik.WinControls.UI.Scheduler.Dialogs
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class OpenRecurringAppointmentDialog : RadSchedulerDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IOpenRecurringAppointmentDialog
Constructors
OpenRecurringAppointmentDialog()
Declaration
public OpenRecurringAppointmentDialog()
Fields
btnCancel
btnOK
label
pictureBox
Declaration
protected PictureBox pictureBox
Field Value
System.Windows.Forms.PictureBox
|
radioOpenOccurrence
radioOpenSeries
Properties
EditOccurrence
Declaration
public virtual bool EditOccurrence { get; }
Property Value
System.Boolean
|
Implements
EventName
Declaration
public virtual string EventName { get; set; }
Property Value
System.String
|
Implements
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
LocalizeDialog(RadSchedulerLocalizationProvider)
Declaration
protected override void LocalizeDialog(RadSchedulerLocalizationProvider localizationProvider)
Parameters
RadSchedulerLocalizationProvider
localizationProvider
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnThemeNameChanged(ThemeNameChangedEventArgs)
Declaration
protected override void OnThemeNameChanged(ThemeNameChangedEventArgs e)
Parameters
ThemeNameChangedEventArgs
e
|
Overrides
Explicit Interface Implementations
IOpenRecurringAppointmentDialog.ShowDialog()
Declaration
DialogResult IOpenRecurringAppointmentDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|