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

CalendarExtension Class

Represents an extension object implementing the Calendar functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class CalendarExtension :
    EditorExtension

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.

Inheritance

See Also