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

AppointmentDragDropOptions.AutoScrollEnabled Property

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Default
Boolean **true**

Property Paths

You can access this nested property as listed below:

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