Skip to main content
All docs
V25.1
  • FetchDataEventArgs.Ids Property

    Gets the identifiers of reloaded appointments that the ReloadAppointments() method returns.

    Namespace: DevExpress.Maui.Scheduler

    Assembly: DevExpress.Maui.Scheduler.dll

    NuGet Package: DevExpress.Maui.Scheduler

    Declaration

    public IReadOnlyList<object> Ids { get; }

    Property Value

    Type Description
    IReadOnlyList<System.Object>

    The identifiers of reloaded appointments.

    Remarks

    If you call the ReloadAppointments() method to reload appointments, the Ids property allows you to obtain the identifiers of reloaded appointments.

    See Also