TimeRulerWindowShowingEventArgs(SchedulerControl, TimeRuler) Constructor
Initializes a new instance of the TimeRulerWindowShowingEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
scheduler | SchedulerControl | A SchedulerControl object representing a Scheduler. |
timeRuler | TimeRuler | A TimeRuler instance specifying the target time ruler. |
Remarks
Instances of the TimeRulerWindowShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also