Skip to main content
All docs
V26.1
  • AppointmentViewModel.ResourcesString Property

    Gets or sets captions of all resources associated with the appointment.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    Declaration

    public string ResourcesString { get; set; }

    Property Value

    Type Description
    String

    Captions of all resources associated with the appointment.

    See Also