Skip to main content

VEvent.Location Property

Provides access to the LOCATION property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public LocationProperty Location { get; }

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