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