menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryAppointmentsEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

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