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

AgendaView.ShowAppointmentResource Property

Gets or sets whether to display the resource name within appointments. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public bool ShowAppointmentResource { get; set; }

Property Value

Type Description
Boolean

true, to display the resource name within appointments; otherwise, false

See Also