InterfaceIScheduleViewDialogHost
Interface
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.
DataContext
Gets or sets the data context for the host control.
ScheduleView
Gets or sets a reference to the owner RadScheduleView.
Declaration
cs-api-definition
ScheduleViewBase ScheduleView { get; set; }
Property Value
Style
Gets or sets the Style for the host control.
Declaration
cs-api-definition
Style Style { get; set; }
Property Value
Style
Methods
Show(bool)
Shows the host control.
Declaration
cs-api-definition
void Show(bool isModal)
Parameters
isModal
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