ExtensionsFactory.Calendar(Action<CalendarSettings>) Method
Creates a Calendar.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<CalendarSettings> | A delegate method that accepts CalendarSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| CalendarExtension | A CalendarExtension object implementing the Calendar functionality. |
See Also