IScheduleViewDialogHostFactory
Interface
Provides the methods for creating instances of the IScheduleViewDialogHost interface.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
C#
public interface IScheduleViewDialogHostFactory
Derived Classes:
Methods
Creates and initializes a new instance of IScheduleViewDialogHost.
C#
IScheduleViewDialogHost CreateNew(ScheduleViewBase scheduleView, DialogType dialogType)
A reference to RadScheduleView.
dialogTypeDialogTypeType of the dialog.
Returns:An instance of IScheduleViewDialogHost.