Skip to main content
All docs
V23.2

AppointmentViewModel.ResourcesString Property

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

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string ResourcesString { get; set; }

Property Value

Type Description
String

Captions of all resources associated with the appointment.

See Also