Back to Devexpress

SchedulerControl.ScrollOnDrag Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-9c303ac5.md

latest1.6 KB
Original Source

SchedulerControl.ScrollOnDrag Property

Specifies whether the user can scroll the scheduler’s view area by dragging an appointment to the viewport’s border. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ScrollOnDragMode ScrollOnDrag { get; set; }
vb
Public Property ScrollOnDrag As ScrollOnDragMode

Property Value

TypeDescription
ScrollOnDragMode

A DevExpress.Xpf.Scheduling.ScrollOnDragMode enumeration value.

|

Available values:

NameDescription
Disabled

Scroll by dragging an appointment is disabled.

| | ScrollTimeArea |

The user can scroll the time by dragging an appointment.

| | ScrollResourceArea |

The user can scroll resources by dragging an appointment.

| | ScrollAll |

The user can scroll both the time and resources by dragging an appointment.

|

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace