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

SchedulerDeferredScrollingOption.Allow Property

Gets or sets whether the deferred scrolling feature is enabled.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to enable deferred scrolling; otherwise, false.

See Also