SchedulerControl.ShowCustomizeTimeRulerForm(TimeRuler) Method
Invokes the Time Ruler dialog for the specified time ruler.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public virtual void ShowCustomizeTimeRulerForm(
TimeRuler ruler
)
Public Overridable Sub ShowCustomizeTimeRulerForm(
ruler As TimeRuler
)
Parameters
| Name | Type | Description |
|---|---|---|
| ruler | TimeRuler | A TimeRuler object which is the time ruler to be customized in the dialog. |
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