Gets or sets whether to display the Appointment's location. This is a dependency property.
Namespace:DevExpress.Xpf.Scheduling
Assembly:DevExpress.Xpf.Scheduling.v19.2.dll

Syntax
C# |
public bool ShowAppointmentLocation { get; set; }
|
VB |
Public Property ShowAppointmentLocation As Boolean
|
Property value
Type: Boolean
true, to display the appointment's location; otherwise, false

See Also