Class DragDropState
Inheritance
System.Object
DragDropState
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class DragDropState : Object
Properties
Appointment
DestinationAppointmentsSource
Declaration
public IEnumerable DestinationAppointmentsSource { get; }
Property Value
System.
|
DestinationSlots
Declaration
public IEnumerable<Slot> DestinationSlots { get; }
Property Value
System.
|
DraggedAppointments
Declaration
public IEnumerable<IOccurrence> DraggedAppointments { get; }
Property Value
System.
|
IsControlPressed
Declaration
public bool IsControlPressed { get; set; }
Property Value
System.
|
ServiceProvider
SlotDuration
Declaration
public TimeSpan SlotDuration { get; }
Property Value
System.
|
SourceAppointmentsSource
Declaration
public IEnumerable SourceAppointmentsSource { get; }
Property Value
System.
|
SourceResources
Declaration
public IEnumerable<IResource> SourceResources { get; }
Property Value
System.
|