VEvent.Location Property
Provides access to the LOCATION property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v21.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.iCalendar.Components.LocationProperty | A DevExpress.XtraScheduler.iCalendar.Components.LocationProperty object representing the LOCATION calendar property. |
Remarks
The LOCATION property defines the intended venue for the activity defined by a calendar component.
The LOCATION property maps to the Appointment.Location property of the XtraScheduler appointment.
See Also