SchedulerControl.ShowCustomizeTimeRulerWindow(TimeRuler) Method
Shows the TimeRuler Window to the given TimeRuler.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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:
Handle the SchedulerControl.TimeRulerWindowShowing event to perform any actions before the Time Ruler form is invoked.
See Also