SchedulerControl.RangeControlAutoAdjusting Event
In This Article
Occurs before the RangeControl has been automatically adjusted when the scheduler active view or start date is changed.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The RangeControlAutoAdjusting event's handler receives an argument of the RangeControlAdjustEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Range |
Gets or sets the end bound of the range that will be available in the Range |
Range |
Gets or sets the start bound of the range that will be available in the Range |
Scales |
Provides access to the collection of scales that will be visible in the Range |
#Remarks
When switching the scheduler active view, or navigating the SchedulerControl so that its SchedulerControl.Start date is beyond the bound RangeControl's available time range, you can change scales and display formats for the RangeControl by handling the RangeControlAutoAdjusting event.
See Also