Skip to main content
All docs
V25.1
  • FilterAppointmentEventArgs.Scheduler Property

    The scheduler that raised the event.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public SchedulerControl Scheduler { get; }

    Property Value

    Type Description
    SchedulerControl

    A DevExpress.Xpf.Scheduling.SchedulerControl object.

    See Also