Class SchedulerQueryAppointmentsEventArgs
Provides data for the QueryAppointments event.
Inheritance
System.Object
SchedulerQueryAppointmentsEventArgs
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerQueryAppointmentsEventArgs : EventArgs
Constructors
SchedulerQueryAppointmentsEventArgs()
Declaration
public SchedulerQueryAppointmentsEventArgs()
Properties
VisibleDates
Gets the current visible dates of scheduler that is used to load the appointments to the AppointmentsSource on demand which is used to reduce the appointment fetching performance to render in current visible dates from large data source.
Declaration
public ReadOnlyCollection<DateTime> VisibleDates { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ReadOnlyCollection<System.DateTime> |