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 SchedulerDragDropBehavior

Inheritance
System.Object
DragDropBehavior<DragDropState, IOccurrence>
SchedulerDragDropBehavior
Inherited Members
DragDropBehavior<DragDropState, IOccurrence>.CanStartDrag(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.CanDrop(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.Drop(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.DragDropCanceled(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.DragDropCompleted(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.CoerceDraggedItems(DragDropState)
DragDropBehavior<DragDropState, IOccurrence>.ConvertDraggedData(Object)
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class SchedulerDragDropBehavior : DragDropBehavior<DragDropState, IOccurrence>

Constructors

SchedulerDragDropBehavior()

Declaration
public SchedulerDragDropBehavior()

Properties

CacheConvertedDragData

Declaration
public bool CacheConvertedDragData { get; set; }
Property Value
System.Boolean

ResizeCursor

Declaration
public CoreCursorType ResizeCursor { get; set; }
Property Value
Windows.UI.Core.CoreCursorType

Methods

BeginEdit(DragDropState, IOccurrence)

Declaration
protected bool BeginEdit(DragDropState state, IOccurrence appointment)
Parameters
DragDropState state

IOccurrence appointment

Returns
System.Boolean

CanDrop(DragDropState)

Declaration
public override bool CanDrop(DragDropState state)
Parameters
DragDropState state

Returns
System.Boolean

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.CanDrop(Telerik.UI.Xaml.Controls.DragDropState)

CanResize(DragDropState)

Declaration
public virtual bool CanResize(DragDropState state)
Parameters
DragDropState state

Returns
System.Boolean

CanStartDrag(DragDropState)

Declaration
public override bool CanStartDrag(DragDropState state)
Parameters
DragDropState state

Returns
System.Boolean

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.CanStartDrag(Telerik.UI.Xaml.Controls.DragDropState)

CanStartResize(DragDropState)

Declaration
public virtual bool CanStartResize(DragDropState state)
Parameters
DragDropState state

Returns
System.Boolean

CoerceDraggedItems(DragDropState)

Declaration
public override IEnumerable<IOccurrence> CoerceDraggedItems(DragDropState state)
Parameters
DragDropState state

Returns
System.Collections.Generic.IEnumerable<IOccurrence>

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.CoerceDraggedItems(Telerik.UI.Xaml.Controls.DragDropState)

ConvertDraggedData(Object)

Declaration
public override IEnumerable<IOccurrence> ConvertDraggedData(object data)
Parameters
System.Object data

Returns
System.Collections.Generic.IEnumerable<IOccurrence>

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.ConvertDraggedData(System.Object)

CopySlotSettingsToAppointment(IAppointment, Slot, DragDropState)

Declaration
protected static void CopySlotSettingsToAppointment(IAppointment appointment, Slot slot, DragDropState state)
Parameters
IAppointment appointment

Slot slot

DragDropState state

DragDropCanceled(DragDropState)

Declaration
public override void DragDropCanceled(DragDropState state)
Parameters
DragDropState state

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.DragDropCanceled(Telerik.UI.Xaml.Controls.DragDropState)

DragDropCompleted(DragDropState)

Declaration
public override void DragDropCompleted(DragDropState state)
Parameters
DragDropState state

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.DragDropCompleted(Telerik.UI.Xaml.Controls.DragDropState)

Drop(DragDropState)

Declaration
public override void Drop(DragDropState state)
Parameters
DragDropState state

Overrides
Telerik.UI.Xaml.Controls.DragDropBehavior<Telerik.UI.Xaml.Controls.DragDropState, Telerik.UI.Xaml.Controls.Scheduler.IOccurrence>.Drop(Telerik.UI.Xaml.Controls.DragDropState)

GetEditedAppointment(DragDropState)

Declaration
protected IAppointment GetEditedAppointment(DragDropState state)
Parameters
DragDropState state

Returns
IAppointment

GetEditedOccurrence(DragDropState)

Declaration
protected Occurrence GetEditedOccurrence(DragDropState state)
Parameters
DragDropState state

Returns
Occurrence

Resize(DragDropState)

Declaration
public virtual void Resize(DragDropState state)
Parameters
DragDropState state

ResizeCanceled(DragDropState)

Declaration
public virtual void ResizeCanceled(DragDropState state)
Parameters
DragDropState state

ShowRecurrenceChoiceDialogWindow(DragDropState, Occurrence, RecurrenceChoiceDialogMode, Slot)

Declaration
protected void ShowRecurrenceChoiceDialogWindow(DragDropState state, Occurrence occurrence, RecurrenceChoiceDialogMode recurrenceChoiceDialogMode, Slot slot)
Parameters
DragDropState state

Occurrence occurrence

RecurrenceChoiceDialogMode recurrenceChoiceDialogMode

Slot slot

TryCommitEdit(DragDropState)

Declaration
protected void TryCommitEdit(DragDropState state)
Parameters
DragDropState state

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.