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

    The scheduler that raised the event.

    Namespace: DevExpress.Xpf.Scheduling

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

    Declaration

    public SchedulerControl Scheduler { get; }

    Property Value

    Type Description
    SchedulerControl

    A DevExpress.Xpf.Scheduling.SchedulerControl object.

    See Also