Class
SchedulerWindow

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: IDragAwareINotifyLayoutChangeISchedulerDialogHost

Inherited Members RadWindow.ResponseButtonPropertyRadWindow.ModalBackgroundPropertyRadWindow.IconPropertyRadWindow.IconTemplatePropertyRadWindow.WindowStartupLocationPropertyRadWindow.DialogResultPropertyRadWindow.PromptResultPropertyRadWindow.BorderBackgroundPropertyRadWindow.RestoreMinimizedLocationPropertyRadWindow.IsRestrictedPropertyRadWindow.RestrictedAreaMarginPropertyRadWindow.IsRestrictedWhenMaximizedPropertyRadWindow.GetParentRadWindow(DependencyObject)RadWindow.GetResponseButton(DependencyObject)RadWindow.SetResponseButton(DependencyObject, ResponseButton)RadWindow.OnApplyTemplate()RadWindow.Show()RadWindow.ShowDialog()RadWindow.ShouldFocusOnActivate()RadWindow.ChangeVisualState(bool)RadWindow.OnPreviewClosed(WindowPreviewClosedEventArgs)RadWindow.OnClosed(WindowClosedEventArgs)RadWindow.OnPreviewKeyDown(KeyRoutedEventArgs)RadWindow.OnClosing()RadWindow.OnPreviewClosed()RadWindow.OnWindowStateChanged(EventArgs)RadWindow.GetWindowOwner()RadWindow.GetWindowStartupLocation()RadWindow.OnClosed()RadWindow.DefaultSizeRatioRadWindow.BorderBackgroundRadWindow.ModalBackgroundRadWindow.IconTemplateRadWindow.IconRadWindow.WindowStartupLocationRadWindow.DialogResultRadWindow.PromptResultRadWindow.RestoreMinimizedLocationRadWindow.IsRestrictedRadWindow.RestrictedAreaMarginRadWindow.IsRestrictedWhenMaximizedRadWindow.OutOfBrowserOwnerRadWindow.ClosedRadWindow.PreviewClosedWindowBase.IsModalPropertyWindowBase.IsOpenPropertyWindowBase.IsResizingPropertyWindowBase.IsDraggingPropertyWindowBase.IsActiveWindowPropertyWindowBase.IsTopmostPropertyWindowBase.CaptionHeightPropertyWindowBase.ResizeBorderPropertyWindowBase.LeftPropertyWindowBase.TopPropertyWindowBase.WindowStatePropertyWindowBase.ResizeModePropertyWindowBase.CanClosePropertyWindowBase.CanMovePropertyWindowBase.SizeToContentPropertyWindowBase.HideMinimizeButtonPropertyWindowBase.HideMaximizeButtonPropertyWindowBase.Close()WindowBase.GetZIndex()WindowBase.BringToFront()WindowBase.GetNormalSizeAndPosition()WindowBase.ShouldActivateOnShow()WindowBase.ShowWindow(bool)WindowBase.CheckCanClose()WindowBase.OnLayoutChangeEnded(EventArgs)WindowBase.OnLocationChanged(EventArgs)WindowBase.OnLayoutChangeStarted(EventArgs)WindowBase.OnGotFocus(RoutedEventArgs)WindowBase.GetApplicationSize()WindowBase.OnLayoutChangeEnded()WindowBase.OnLayoutChangeStarted()WindowBase.CloseWithoutEventsAndAnimations()WindowBase.OnCloseAnimationFinished()WindowBase.OnShowAnimationFinished()WindowBase.OnRightMouseButtonUp()WindowBase.OnRootVisualSizeChanged()WindowBase.OnDragStart(Point, bool)WindowBase.OnDragEnd(Point, bool, bool)WindowBase.OnDragDelta(Point, Rect, Rect, bool)WindowBase.OnActivated(EventArgs)WindowBase.OnDeactivated(EventArgs)WindowBase.IsModalWindowBase.IsOpenWindowBase.IsTopmostWindowBase.CaptionHeightWindowBase.ResizeBorderWindowBase.LeftWindowBase.TopWindowBase.IsResizingWindowBase.IsDraggingWindowBase.IsLayoutChangingWindowBase.WindowStateWindowBase.ResizeModeWindowBase.CanCloseWindowBase.CanMoveWindowBase.IsActiveWindowWindowBase.SizeToContentWindowBase.HideMaximizeButtonWindowBase.HideMinimizeButtonWindowBase.OwnerWindowBase.ActivatedWindowBase.DeactivatedWindowBase.LayoutChangeEndedWindowBase.LayoutChangeStartedWindowBase.LocationChangedWindowBase.WindowStateChangedHeaderedContentControl.HasHeaderPropertyHeaderedContentControl.HeaderPropertyHeaderedContentControl.HeaderTemplatePropertyHeaderedContentControl.FocusVisualStylePropertyHeaderedContentControl.HeaderTemplateSelectorPropertyHeaderedContentControl.IsFocusedPropertyHeaderedContentControl.ChangeVisualState()HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)HeaderedContentControl.OnHeaderChanged(object, object)HeaderedContentControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate)HeaderedContentControl.OnIsFocusedChanged(DependencyPropertyChangedEventArgs)HeaderedContentControl.OnLostFocus(RoutedEventArgs)HeaderedContentControl.HasHeaderHeaderedContentControl.IsFocusedHeaderedContentControl.HeaderHeaderedContentControl.FocusVisualStyleHeaderedContentControl.HeaderTemplateHeaderedContentControl.HeaderTemplateSelector

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

SchedulerBase

Implements ISchedulerDialogHost.Scheduler

Methods

Show(bool)

Shows the host control.

Declaration

cs-api-definition
public void Show(bool isModal)

Parameters

isModal

bool

Specifies whether the host should be modal or not.

Implements ISchedulerDialogHost.Show(bool)