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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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