Back to Devexpress

SchedulerViewBase.AppointmentsDeferredRendering Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerviewbase-0696417b.md

latest1.7 KB
Original Source

SchedulerViewBase.AppointmentsDeferredRendering Property

Gets or sets whether to enable deferred scrolling. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool AppointmentsDeferredRendering { get; set; }
vb
Public Property AppointmentsDeferredRendering As Boolean

Property Value

TypeDescription
Boolean

true, to enable deferred scrolling; otherwise, false. By default, false

|

Remarks

Deferred scrolling is a feature that helps navigate the view more efficiently. When the user drags the thumb of a Scheduler view toolbar, the control’s content will be stationary until the thumb is released. A tooltip indicates the position to which the content will be scrolled afterwards.

The AppointmentsDeferredRenderingRange specifies the number of appointments being rendered at a time when the AppointmentsDeferredRendering option is enabled.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace