skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SchedulerWindow

Inheritance
System.Object
HeaderedContentControl
WindowBase
RadWindow
SchedulerWindow
Inherited Members
RadWindow.ResponseButtonProperty
RadWindow.ModalBackgroundProperty
RadWindow.IconProperty
RadWindow.IconTemplateProperty
RadWindow.WindowStartupLocationProperty
RadWindow.DialogResultProperty
RadWindow.PromptResultProperty
RadWindow.BorderBackgroundProperty
RadWindow.RestoreMinimizedLocationProperty
RadWindow.IsRestrictedProperty
RadWindow.RestrictedAreaMarginProperty
RadWindow.IsRestrictedWhenMaximizedProperty
RadWindow.GetParentRadWindow(DependencyObject)
RadWindow.GetResponseButton(DependencyObject)
RadWindow.SetResponseButton(DependencyObject, ResponseButton)
RadWindow.OnApplyTemplate()
RadWindow.Show()
RadWindow.ShowDialog()
RadWindow.ShouldFocusOnActivate()
RadWindow.ChangeVisualState(Boolean)
RadWindow.OnPreviewClosed(WindowPreviewClosedEventArgs)
RadWindow.OnClosed(WindowClosedEventArgs)
RadWindow.OnPreviewKeyDown(KeyRoutedEventArgs)
RadWindow.OnClosing()
RadWindow.OnPreviewClosed()
RadWindow.OnWindowStateChanged(EventArgs)
RadWindow.GetWindowOwner()
RadWindow.GetWindowStartupLocation()
RadWindow.OnClosed()
RadWindow.DefaultSizeRatio
RadWindow.BorderBackground
RadWindow.ModalBackground
RadWindow.IconTemplate
RadWindow.Icon
RadWindow.WindowStartupLocation
RadWindow.DialogResult
RadWindow.PromptResult
RadWindow.RestoreMinimizedLocation
RadWindow.IsRestricted
RadWindow.RestrictedAreaMargin
RadWindow.IsRestrictedWhenMaximized
RadWindow.OutOfBrowserOwner
RadWindow.Closed
RadWindow.PreviewClosed
WindowBase.IsModalProperty
WindowBase.IsOpenProperty
WindowBase.IsResizingProperty
WindowBase.IsDraggingProperty
WindowBase.IsActiveWindowProperty
WindowBase.IsTopmostProperty
WindowBase.CaptionHeightProperty
WindowBase.ResizeBorderProperty
WindowBase.LeftProperty
WindowBase.TopProperty
WindowBase.WindowStateProperty
WindowBase.ResizeModeProperty
WindowBase.CanCloseProperty
WindowBase.CanMoveProperty
WindowBase.SizeToContentProperty
WindowBase.HideMinimizeButtonProperty
WindowBase.HideMaximizeButtonProperty
WindowBase.Close()
WindowBase.GetZIndex()
WindowBase.BringToFront()
WindowBase.GetNormalSizeAndPosition()
WindowBase.IDragAware.OnDragStart(Point, Boolean)
WindowBase.IDragAware.OnDragEnd(Point, Boolean, Boolean)
WindowBase.IDragAware.OnDragDelta(Point, Rect, Rect, Boolean)
WindowBase.ShouldActivateOnShow()
WindowBase.ShowWindow(Boolean)
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, Boolean)
WindowBase.OnDragEnd(Point, Boolean, Boolean)
WindowBase.OnDragDelta(Point, Rect, Rect, Boolean)
WindowBase.OnActivated(EventArgs)
WindowBase.OnDeactivated(EventArgs)
WindowBase.IsModal
WindowBase.IsOpen
WindowBase.IsTopmost
WindowBase.CaptionHeight
WindowBase.ResizeBorder
WindowBase.Left
WindowBase.Top
WindowBase.IsResizing
WindowBase.IsDragging
WindowBase.IsLayoutChanging
WindowBase.WindowState
WindowBase.ResizeMode
WindowBase.CanClose
WindowBase.CanMove
WindowBase.IsActiveWindow
WindowBase.SizeToContent
WindowBase.HideMaximizeButton
WindowBase.HideMinimizeButton
WindowBase.Owner
WindowBase.Activated
WindowBase.Deactivated
WindowBase.LayoutChangeEnded
WindowBase.LayoutChangeStarted
WindowBase.LocationChanged
WindowBase.WindowStateChanged
HeaderedContentControl.HasHeaderProperty
HeaderedContentControl.HeaderProperty
HeaderedContentControl.HeaderTemplateProperty
HeaderedContentControl.FocusVisualStyleProperty
HeaderedContentControl.HeaderTemplateSelectorProperty
HeaderedContentControl.IsFocusedProperty
HeaderedContentControl.ChangeVisualState()
HeaderedContentControl.OnIsEnabledChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnHeaderChanged(Object, Object)
HeaderedContentControl.OnHeaderTemplateChanged(DataTemplate, DataTemplate)
HeaderedContentControl.OnIsFocusedChanged(DependencyPropertyChangedEventArgs)
HeaderedContentControl.OnLostFocus(RoutedEventArgs)
HeaderedContentControl.HasHeader
HeaderedContentControl.IsFocused
HeaderedContentControl.Header
HeaderedContentControl.FocusVisualStyle
HeaderedContentControl.HeaderTemplate
HeaderedContentControl.HeaderTemplateSelector
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class SchedulerWindow : RadWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IWindow, ISchedulerDialogHost

Constructors

SchedulerWindow()

Declaration
public SchedulerWindow()

Properties

Scheduler

Declaration
public SchedulerBase Scheduler { get; set; }
Property Value
SchedulerBase

Implements
ISchedulerDialogHost.Scheduler

Methods

Show(Boolean)

Declaration
public void Show(bool isModal)
Parameters
System.Boolean isModal

Implements
ISchedulerDialogHost.Show(Boolean)

Explicit Interface Implementations

ISchedulerDialogHost.get_Content()

Declaration
object ISchedulerDialogHost.get_Content()
Returns
System.Object

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.get_Content()

ISchedulerDialogHost.get_DataContext()

Declaration
object ISchedulerDialogHost.get_DataContext()
Returns
System.Object

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.get_DataContext()

ISchedulerDialogHost.get_Style()

Declaration
Style ISchedulerDialogHost.get_Style()
Returns
Microsoft.UI.Xaml.Style

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.get_Style()

ISchedulerDialogHost.set_Content(Object)

Declaration
void ISchedulerDialogHost.set_Content(object value)
Parameters
System.Object value

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.set_Content(System.Object)

ISchedulerDialogHost.set_DataContext(Object)

Declaration
void ISchedulerDialogHost.set_DataContext(object value)
Parameters
System.Object value

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.set_DataContext(System.Object)

ISchedulerDialogHost.set_Style(Style)

Declaration
void ISchedulerDialogHost.set_Style(Style value)
Parameters
Microsoft.UI.Xaml.Style value

Implements
Telerik.UI.Xaml.Controls.Scheduler.ISchedulerDialogHost.set_Style(Microsoft.UI.Xaml.Style)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.