Class
SchedulerDialogHostFactory

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: ISchedulerDialogHostFactory

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

SchedulerBase

A reference to RadScheduler.

dialogType

DialogType

Type of the dialog.

Returns

ISchedulerDialogHost

An instance of ISchedulerDialogHost.