Skip to main content

SchedulerDeferredScrollingOption.Allow Property

Gets or sets whether the deferred scrolling feature is enabled.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v26.1.dll

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