Interface
IScheduleViewDialogHost

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

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public interface IScheduleViewDialogHost

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

ScheduleView

Gets or sets a reference to the owner RadScheduleView.

Declaration

cs-api-definition
ScheduleViewBase ScheduleView { get; set; }

Property Value

ScheduleViewBase

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>