Skip to main content
A newer version of this page is available. .

MVCxICalendarExportSettings Class

Contains settings specific to iCalendar export of the Scheduler.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxICalendarExportSettings :
    MVCxAppointmentExchangerSettings

The following members return MVCxICalendarExportSettings objects:

Remarks

Class MVCxICalendarExportSettings reflects the functionality of the iCalendarExporter class.

A MVCxICalendarExportSettings object is available via the MVCxSchedulerExportSettings.ICalendar property.

Inheritance

Object
DevExpress.Web.Mvc.MVCxAppointmentExchangerSettings
MVCxICalendarExportSettings
See Also