Skip to main content

SchedulerViewBase.ZoomIn() Method

In This Article

Performs scaling up to display the view content in more detail.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public virtual void ZoomIn()

#Remarks

For the DayView, this changes the DayView.TimeScale property value to the nearest smaller TimeSlot.Value among the DevExpress.XtraScheduler.TimeSlotCollection members.

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

See Also