Skip to main content
A newer version of this page is available. .

AppointmentDragDropOptions.AutoScrollEnabled Property

Gets or sets whether the control is automatically scrolled when a user drags an appointment beyond the control’s top or bottom bound.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
public bool AutoScrollEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the control scrolls automatically; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoScrollEnabled
SchedulerControl
.OptionsDragDrop .AutoScrollEnabled
See Also