Back to Devexpress

MVCxICalendarExportSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-beca4bc6.md

latest1.8 KB
Original Source

MVCxICalendarExportSettings Class

Contains settings specific to iCalendar export of the Scheduler.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxICalendarExportSettings :
    MVCxAppointmentExchangerSettings
vb
Public Class MVCxICalendarExportSettings
    Inherits 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

MVCxICalendarExportSettings Members

ICalendar

iCalendarExporter

Calendar

DevExpress.Web.Mvc Namespace