Class ScheduleViewDialogHostFactory
Provides the default implementation of ISchedulerDialogHostFactory.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ScheduleViewDialogHostFactory : Object, IScheduleViewDialogHostFactory
Constructors
ScheduleViewDialogHostFactory()
Declaration
public ScheduleViewDialogHostFactory()
Methods
CreateNew(ScheduleViewBase, DialogType)
When overridden allows to create and configure new instances of ISchedulerDialogHost.
Declaration
protected virtual IScheduleViewDialogHost CreateNew(ScheduleViewBase scheduleView, DialogType dialogType)
Parameters
Schedule A reference to RadScheduleView. |
Dialog Type of the dialog. |
Returns
ISchedule An instance of ISchedulerDialogHost. |
Explicit Interface Implementations
IScheduleViewDialogHostFactory.CreateNew(ScheduleViewBase, DialogType)
Creates and initializes a new instance of ISchedulerDialogHost.
Declaration
IScheduleViewDialogHost IScheduleViewDialogHostFactory.CreateNew(ScheduleViewBase scheduleView, DialogType dialogType)
Parameters
Schedule A reference to RadScheduleView. |
Dialog Type of the dialog. |
Returns
ISchedule An instance of ISchedulerDialogHost. |