AgendaViewAppointmentDisplayOptions.ShowResource Property
Gets or sets whether to display appointment’s resource captions in the Agenda view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Boolean | True to show captions of resources associated with the appointment; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowResource |
---|---|
AgendaView |
|
Remarks
Set the ShowResource property value to true to display Resource.Caption text of resources, associated with the current appointment, in a column of the Agenda View.
See Also