Interface IScheduleViewDialogHostFactory
Provides the methods for creating instances of the IScheduleViewDialogHost interface.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IScheduleViewDialogHostFactory
Methods
CreateNew(ScheduleViewBase, DialogType)
Creates and initializes a new instance of IScheduleViewDialogHost.
Declaration
IScheduleViewDialogHost CreateNew(ScheduleViewBase scheduleView, DialogType dialogType)
Parameters
Schedule A reference to RadScheduleView. |
Dialog Type of the dialog. |
Returns
ISchedule An instance of IScheduleViewDialogHost. |