Back to Devexpress

SchedulerControl.ShowCustomizeTimeRulerWindow(TimeRuler) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-showcustomizetimerulerwindow-x28-devexpress-dot-xpf-dot-scheduling-dot-timeruler-x29.md

latest1.8 KB
Original Source

SchedulerControl.ShowCustomizeTimeRulerWindow(TimeRuler) Method

Shows the TimeRuler Window to the given TimeRuler.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void ShowCustomizeTimeRulerWindow(
    TimeRuler timeRuler
)
vb
Public Sub ShowCustomizeTimeRulerWindow(
    timeRuler As TimeRuler
)

Parameters

NameTypeDescription
timeRulerTimeRuler

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:

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

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace