menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerQueryAppointmentsEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    See Also
    ShowBusyIndicator
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved