Skip to main content

CustomizeTimeRulerFormEventArgs Class

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public class CustomizeTimeRulerFormEventArgs :
    FormShowingEventArgs

#Remarks

The SchedulerControl.CustomizeTimeRulerFormShowing event occurs before the Time Ruler form is invoked. The CustomizeTimeRulerFormEventArgs class provides the CustomizeTimeRulerFormEventArgs.TimeRuler property that returns the TimeRuler object, which specifies the time ruler to be customized via the form.

Note that CustomizeTimeRulerFormEventArgs objects are automatically created, initialized and passed to SchedulerControl.ShowCustomizeTimeRulerForm event handlers.

#Inheritance

Object
EventArgs
FormShowingEventArgs
CustomizeTimeRulerFormEventArgs
See Also