AppointmentItem.Location Property
Gets or sets the text that specifies the place where the appointment is.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
String | The text that specifies the place where the appointment is. |
See Also