VEvent.End Property
Provides access to the DTEND property of a calendar component.
Namespace: DevExpress.XtraScheduler.iCalendar.Components
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty | A DevExpress.XtraScheduler.iCalendar.Components.DateTimeEndProperty object representing the DTEND calendar property. |
Remarks
The DTEND property specifies the date and time that a calendar component ends.
The DTEND property maps to the Appointment.End property of the XtraScheduler appointment.
See Also