Skip to main content
All docs
V25.1
  • AppointmentViewModel.Resources Property

    Gets the collection of all resources associated with the appointment.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public IList<ResourceItem> Resources { get; }

    Property Value

    Type Description
    IList<ResourceItem>

    The collection of all resources associated with the appointment.

    See Also