Skip to main content

FilterAppointmentEventArgs.Scheduler Property

The scheduler that raised the event.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public SchedulerControl Scheduler { get; }

Property Value

Type Description
SchedulerControl

A DevExpress.Xpf.Scheduling.SchedulerControl object.

See Also