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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
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 |
|
See Also