Back to Devexpress

AgendaViewAppointmentDisplayOptions.ShowResource Property

corelibraries-devexpress-dot-xtrascheduler-dot-agendaviewappointmentdisplayoptions-03364c42.md

latest2.1 KB
Original Source

AgendaViewAppointmentDisplayOptions.ShowResource Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(false)]
public bool ShowResource { get; set; }
vb
<DefaultValue(False)>
Public Property ShowResource As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

True to show captions of resources associated with the appointment; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

AgendaViewAppointmentDisplayOptions Class

AgendaViewAppointmentDisplayOptions Members

DevExpress.XtraScheduler Namespace