Skip to main content

_AppointmentItem.Location Property

Gets or sets the specific location for the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

string Location { get; set; }

Property Value

Type Description
String

A string indicating the appointment location.

See Also