Provides the default implementation of ISchedulerDialogHostFactory.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public class ScheduleViewDialogHostFactory : IScheduleViewDialogHostFactory
Inheritance: objectScheduleViewDialogHostFactory
Implements:
Constructors
C#
public ScheduleViewDialogHostFactory()
Methods
When overridden allows to create and configure new instances of ISchedulerDialogHost.
C#
protected virtual IScheduleViewDialogHost CreateNew(ScheduleViewBase scheduleView, DialogType dialogType)
A reference to RadScheduleView.
dialogTypeDialogTypeType of the dialog.
Returns:An instance of ISchedulerDialogHost.