Skip to main content
A newer version of this page is available. .

FilterAppointmentEventArgs.Scheduler Property

The scheduler that raised the event.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.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