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.v19.2.Core.dll

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
ASP.NET Controls and MVC Extensions AgendaView
MVCxSchedulerAgendaView
ASP.NET Bootstrap Controls BootstrapAgendaView

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