The BeforeEventRecurrenceEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyColumnId
Event column. If DayPilotCalendar.ViewType is set to ViewTypeEnum.Resources it contains column id (DayPilotCalendar.DataColumnField property). Otherwise it contains day identification in YYYY-MM-DD format. Read-only.
Public propertyEnd
Event ending date and time (DayPilotCalendar.DataStartField property). Read-only.
Public propertyIsAllDay
True for all-day events.
Public propertyRule
The RecurrenceRule to be used for expanding this event.
Public propertyStart
Event starting date and time (DayPilotCalendar.DataStartField property). Read-only.
Public propertyTag
Custom event data (DayPilotCalendar.DataTagFields property). Read-only.
Public propertyText
Event text (DayPilotCalendar.DataTextField property). Read-only.
Public propertyValue
Event value (DayPilotCalendar.DataValueField property). Read-only.

See Also