Skip to main content

AgendaViewAppointmentDisplayOptions.ShowResource Property

Gets or sets whether to display appointment’s resource captions in the Agenda view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(false)]
public bool ShowResource { get; set; }

Property Value

Type Default Description
Boolean false

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
.AppointmentDisplayOptions .ShowResource

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