Interface
ISchedulerDialogHost

Provides the properties and methods for a control that can host a Scheduler dialog.

Definition

Namespace:Telerik.UI.Xaml.Controls.Scheduler

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface ISchedulerDialogHost

Derived Classes: SchedulerWindow

Properties

Content

Gets or sets the Content of the host control.

Declaration

cs-api-definition
object Content { get; set; }

Property Value

object

DataContext

Gets or sets the data context for the host control.

Declaration

cs-api-definition
object DataContext { get; set; }

Property Value

object

Scheduler

Gets or sets a reference to the owner RadScheduler.

Declaration

cs-api-definition
SchedulerBase Scheduler { get; set; }

Property Value

SchedulerBase

Style

Gets or sets the Style for the host control.

Declaration

cs-api-definition
Style Style { get; set; }

Property Value

Style

Methods

Close()

Closes the host control.

Declaration

cs-api-definition
void Close()

Show(bool)

Shows the host control.

Declaration

cs-api-definition
void Show(bool isModal)

Parameters

isModal

bool

Specifies whether the host should be modal or not.

Events

Closed

Occurs when the host is closed.

Declaration

cs-api-definition
event EventHandler<WindowClosedEventArgs> Closed

Event Value

EventHandler<WindowClosedEventArgs>