ClassSchedulerDialogHostFactory
Class
Provides the default implementation of ISchedulerDialogHostFactory.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SchedulerDialogHostFactory : ISchedulerDialogHostFactory
Inheritance: objectSchedulerDialogHostFactory
Implements:
Constructors
SchedulerDialogHostFactory()
Declaration
cs-api-definition
public SchedulerDialogHostFactory()
Methods
CreateNew(SchedulerBase, DialogType)
When overridden allows to create and configure new instances of ISchedulerDialogHost.
Declaration
cs-api-definition
protected virtual ISchedulerDialogHost CreateNew(SchedulerBase scheduler, DialogType dialogType)
Parameters
scheduler
A reference to RadScheduler.
dialogType
Type of the dialog.
Returns
An instance of ISchedulerDialogHost.