Skip to main content

SchedulerDeferredScrollingOption.Allow Property

Gets or sets whether the deferred scrolling feature is enabled for a view.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public bool Allow { get; set; }

#Property Value

Type Description
Boolean

true, to enable deferred scrolling; otherwise, false.

#Implements

DevExpress.XtraScheduler.Native.ISchedulerDeferredScrollingOption.Allow
See Also