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

    Gets or sets the resource associated with the appointment (the first resource in a resource collection if the appointment has multiple assigned resources).

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public ResourceItem Resource { get; }

    Property Value

    Type Description
    ResourceItem

    The resource associated with the appointment.

    See Also