Back to Devexpress

VEvent Class

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-dot-components-2b8679ef.md

latest3.4 KB
Original Source

VEvent Class

Represents an VEVENT calendar component of iCalendar object model.

Namespace : DevExpress.XtraScheduler.iCalendar.Components

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class VEvent :
    iCalendarComponentBase
vb
Public Class VEvent
    Inherits iCalendarComponentBase

The following members return VEvent objects:

Remarks

The VEVENT component provides a grouping of component properties that describe an event.

To access the VEvent instance before export/import process is accomplished, subscribe to the AppointmentImporter.AppointmentImporting or AppointmentExporter.AppointmentExporting events and use the iCalendarAppointmentImportingEventArgs.VEvent or the iCalendarAppointmentExportingEventArgs.VEvent properties.

The TextProperty class enables you to add a property, which is not present in the current VEVENT implementation, to a calendar component.

Inheritance

Object DevExpress.XtraScheduler.iCalendar.Components.iCalendarObject DevExpress.XtraScheduler.iCalendar.Components.iCalendarBodyItem iCalendarComponentBase VEvent

See Also

VEvent Members

AppointmentImporting

AppointmentImported

AppointmentExporting

AppointmentExported

TextProperty

DevExpress.XtraScheduler.iCalendar.Components Namespace