Skip to main content

SchedulerViewBase.ZoomIn() Method

Performs scaling up to display content in more detail.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual void ZoomIn()

Remarks

For the ASPxScheduler.DayView it changes the DayView.TimeScale value to the nearest smaller TimeSlot.Value among the TimeSlotCollection members.

For the ASPxScheduler.TimelineView the ZoomIn method disables the largest enabled member of the TimeScaleCollection and enables the next smaller member.

This behavior, imitating a zoom-in visual action, is illustrated in the following picture.

 

ASPxZoomIn

See Also