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

SchedulerViewBase.AppointmentsDeferredRenderingRange Property

Gets or sets the number of appointments being rendered at a time when the AppointmentsDeferredRendering option is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public int AppointmentsDeferredRenderingRange { get; set; }

Property Value

Type Description
Int32

A positive integer that is the number of appointments being rendered at a time.

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.

See Also