Skip to main content

MVCxICalendarExportSettings.CalendarStructureCreated Property

Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public iCalendarStructureCreatedEventHandler CalendarStructureCreated { get; set; }

Property Value

Type Description
iCalendarStructureCreatedEventHandler

A iCalendarStructureCreatedEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to CalendarStructureCreated
MVCxSchedulerExportSettings
.ICalendar .CalendarStructureCreated

Remarks

Handle the CalendarStructureCreated event to get access to information on the iCalendar object, using its properties and attributes, before it is exported.

Refer to the iCalendarExporter.CalendarStructureCreated topic for more information.

See Also