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