SchedulerControl.ShowCustomizeTimeRulerForm(TimeRuler) Method
In This Article
Invokes the Time Ruler dialog for the specified time ruler.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
ruler | Time |
A Time |
#Remarks
The Time Ruler dialog allows end-users to customize time ruler settings. The default form is illustrated below.
Use the SchedulerControl.CustomizeTimeRulerFormShowing event to handle the display of this form, for example, to invoke your own custom form instead of the standard one.
See Also