Skip to main content

AppointmentItem.Location Property

Gets or sets the text that specifies the place where the appointment is.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public string Location { get; set; }

#Property Value

Type Description
String

The text that specifies the place where the appointment is.

See Also