ClassSchedulerWindow
Class
Provides a default scheduler window.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SchedulerWindow : RadWindow, INotifyLayoutChange, IDragAware, ISchedulerDialogHost
Inheritance: objectHeaderedContentControlWindowBaseRadWindowSchedulerWindow
Implements:
Inherited Members
Constructors
SchedulerWindow()
Initializes a new instance of the SchedulerWindow class.
Declaration
cs-api-definition
public SchedulerWindow()
Remarks
Use this constructor to create an instance of the SchedulerWindow. In order for the SchedulerWindow to be displayed, it is not necessary to add it to the visual tree.
Properties
Scheduler
Gets or sets a reference to RadScheduler.
Declaration
cs-api-definition
public SchedulerBase Scheduler { get; set; }
Property Value
Implements
Methods
Show(bool)
Shows the host control.
Declaration
cs-api-definition
public void Show(bool isModal)
Parameters
isModal
Specifies whether the host should be modal or not.
Implements