Skip to main content

SchedulerDeferredScrollingOption.Allow Property

Gets or sets whether the deferred scrolling feature is enabled.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool Allow { get; set; }

Property Value

Type Default Description
Boolean false

true to enable deferred scrolling; otherwise, false.

See Also