ClassSchedulerWindow
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
SchedulerWindow()
Initializes a new instance of the SchedulerWindow class.
Declaration
public SchedulerWindow()
Remarks
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
ScheduleView
Gets or sets a reference to RadScheduleView.
Declaration
public ScheduleViewBase ScheduleView { get; set; }
Property Value
Implements
Methods
GetWindowOwner()
Gets the window owner for the current SchedulerWindow.
Declaration
protected override ContentControl GetWindowOwner()
Returns
ContentControl
The window owner for the SchedulerWindow.
Overrides
GetWindowOwnerHandle()
Gets the owner handle for the SchedulerWindow.
Declaration
protected override nint GetWindowOwnerHandle()
Returns
The owner handle.
Overrides
OnPreviewClosed()
Raised when the window is about to close.
Show(bool)
Shows the host control.
Declaration
public void Show(bool isModal)
Parameters
isModal
Specifies whether the host should be modal or not.
Implements