Interface
ISchedulerDialogHostFactory

Provides the methods for creating instances of the ISchedulerDialogHost interface.

Definition

Namespace:Telerik.UI.Xaml.Controls.Scheduler

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface ISchedulerDialogHostFactory

Derived Classes: SchedulerDialogHostFactory

Methods

CreateNew(SchedulerBase, DialogType)

Creates and initializes a new instance of ISchedulerDialogHost.

Declaration

cs-api-definition
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.