CalendarExtension Class
Represents an extension object implementing the Calendar functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return CalendarExtension objects:
Remarks
To declare the Calendar in a View, invoke the ExtensionsFactory.Calendar helper method. This method returns the Calendar extension that is implemented by the CalendarExtension class.
To configure the Calendar extension, pass the CalendarSettings object to the ExtensionsFactory.Calendar helper method as a parameter. The CalendarSettings object contains all the Calendar extension settings.
Refer to the Calendar Overview topic to learn how to add the Calendar extension to your project.