Skip to main content
All docs
V25.1
  • FilterTimeRegionEventArgs(SchedulerControl, ViewBase, TimeRegionItem) Constructor

    Initializes a new instance of the FilterTimeRegionEventArgs class with specified settings.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public FilterTimeRegionEventArgs(
        SchedulerControl scheduler,
        ViewBase view,
        TimeRegionItem timeRegion
    )

    Parameters

    Name Type Description
    scheduler SchedulerControl

    The scheduler that raised the event.

    view ViewBase

    A DevExpress.Xpf.Scheduling.ViewBase descendant that represents the scheduler’s view that raised the event.

    timeRegion TimeRegionItem

    The time region for which the event is raised.

    See Also