SchedulerViewBase.ZoomOut() Method
In This Article
Performs scaling down to display a broader look of the view.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Remarks
For the DayView, this changes the DayView.TimeScale property value to the next larger TimeSlot.Value among the DevExpress.XtraScheduler.TimeSlotCollection members.
For the TimelineView the ZoomOut method disables the smallest enabled member of the TimeScaleCollection and enables the next larger member.
See Also