SchedulerWindow
Provides a default implementation of IScheduleDialogHost on RadWindow.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class SchedulerWindow : RadWindow, INotifyLayoutChange, IDragAware, IScheduleViewDialogHost
Inheritance: objectWindowBaseRadWindowSchedulerWindow
Implements:
Inherited Members
Constructors
Initializes a new instance of the SchedulerWindow class.
public SchedulerWindow()
Use this constructor to create an instance of the RadWindow. In order for the RadWindow to be displayed, it is not necessary to add it to the visual tree.
Properties
Gets or sets a reference to RadScheduleView.
public ScheduleViewBase ScheduleView { get; set; }
Implements:
Methods
GetWindowOwner()
ContentControl
Gets the window owner for the current SchedulerWindow.
protected override ContentControl GetWindowOwner()
ContentControl
The window owner for the SchedulerWindow.
Overrides:
Gets the owner handle for the SchedulerWindow.
Raised when the window is about to close.
Shows the host control.
public void Show(bool isModal)
Specifies whether the host should be modal or not.
Implements: