Class SchedulerWindow
Provides a default implementation of IScheduleDialogHost on RadWindow.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class SchedulerWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, IScheduleViewDialogHostExtended, IScheduleViewDialogHost
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.
Examples
RadWindow window = new RadWindow();
Dim window As RadWindow = New RadWindow
.
Properties
ScheduleView
Gets or sets a reference to RadScheduleView.
Declaration
public ScheduleViewBase ScheduleView { get; set; }
Property Value
ScheduleViewBase
|
Implements
Methods
GetWindowOwner()
Gets the window owner for the current SchedulerWindow.
Declaration
protected override ContentControl GetWindowOwner()
Returns
System.Windows.Controls.ContentControl
The window owner for the SchedulerWindow. |
Overrides
GetWindowOwnerHandle()
Gets the owner handle for the SchedulerWindow.
Declaration
protected override IntPtr GetWindowOwnerHandle()
Returns
System.IntPtr
The owner handle. |
Overrides
OnPreviewClosed()
Raised when the window is about to close.
Declaration
protected override bool OnPreviewClosed()
Returns
System.Boolean
|
Overrides
Show(Boolean)
Shows the host control.
Declaration
public void Show(bool isModal)
Parameters
System.Boolean
isModal
Specifies whether the host should be modal or not. |
Implements
Explicit Interface Implementations
IScheduleViewDialogHost.add_Closed(EventHandler<WindowClosedEventArgs>)
Declaration
void IScheduleViewDialogHost.add_Closed(EventHandler<WindowClosedEventArgs> value)
Parameters
System.EventHandler<WindowClosedEventArgs>
value
|
Implements
IScheduleViewDialogHost.Close()
IScheduleViewDialogHost.get_DataContext()
Declaration
object IScheduleViewDialogHost.get_DataContext()
Returns
System.Object
|
Implements
IScheduleViewDialogHost.get_Style()
Declaration
Style IScheduleViewDialogHost.get_Style()
Returns
System.Windows.Style
|
Implements
IScheduleViewDialogHost.remove_Closed(EventHandler<WindowClosedEventArgs>)
Declaration
void IScheduleViewDialogHost.remove_Closed(EventHandler<WindowClosedEventArgs> value)
Parameters
System.EventHandler<WindowClosedEventArgs>
value
|
Implements
IScheduleViewDialogHost.set_DataContext(Object)
Declaration
void IScheduleViewDialogHost.set_DataContext(object value)
Parameters
System.Object
value
|
Implements
IScheduleViewDialogHost.set_Style(Style)
Declaration
void IScheduleViewDialogHost.set_Style(Style value)
Parameters
System.Windows.Style
value
|