Class DeleteRecurringAppointmentDialog
Inheritance
System.Object
DeleteRecurringAppointmentDialog
Inherited Members
Namespace: Telerik.WinControls.UI.Scheduler.Dialogs
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class DeleteRecurringAppointmentDialog : RadSchedulerDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IDeleteRecurringAppointmentDialog
Constructors
DeleteRecurringAppointmentDialog()
Declaration
public DeleteRecurringAppointmentDialog()
Fields
btnCancel
btnOK
label
pictureBox
Declaration
protected PictureBox pictureBox
Field Value
System.Windows.Forms.PictureBox
|
radioDeleteOccurrence
radioDeleteSeries
Properties
DeleteSeries
Declaration
public virtual bool DeleteSeries { 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
IDeleteRecurringAppointmentDialog.ShowDialog()
Declaration
DialogResult IDeleteRecurringAppointmentDialog.ShowDialog()
Returns
System.Windows.Forms.DialogResult
|