Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowCustomizeTimeRulerWindow(TimeRuler) Method

Shows the TimeRuler Window to the given TimeRuler.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public void ShowCustomizeTimeRulerWindow(
    TimeRuler timeRuler
)

Parameters

Name Type Description
timeRuler TimeRuler

An TimeRuler object that is the time ruler to which the dialog is invoked.

Remarks

The Time Ruler dialog allows end-users to customize time ruler settings. The default form is illustrated below:

WPFScheduler_TimeRulerWindow

Handle the SchedulerControl.TimeRulerWindowShowing event to perform any actions before the Time Ruler form is invoked.

See Also