Class QueryAppointmentsEventArgs
Provides data for the QueryAppointments event.
Inheritance
System.Object
QueryAppointmentsEventArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class QueryAppointmentsEventArgs : EventArgs
Constructors
QueryAppointmentsEventArgs()
Declaration
public QueryAppointmentsEventArgs()
Properties
VisibleDateRange
Gets the current visible date range of scheduler that is used to load the appointments to the ItemsSource on demand which is used to reduce the appointment fetching performance to render in current visible date range from large data source.
Declaration
public DateRange VisibleDateRange { get; }
Property Value
Type |
---|
DateRange |