Skip to main content
A newer version of this page is available. .

AgendaViewAppointmentDisplayOptions.ShowResource Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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:

Library Object Type Path to ShowResource
WinForms Controls AgendaView
.AppointmentDisplayOptions .ShowResource
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .ShowResource
ASP.NET MVC Extensions MVCxSchedulerAgendaView
.AppointmentDisplayOptions .ShowResource
ASP.NET Web Forms Controls 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