ExtensionsFactory.Calendar(Action<CalendarSettings>) Method
In This Article
Creates a Calendar.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CalendarExtension Calendar(
Action<CalendarSettings> method
)
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Calendar |
A delegate method that accepts Calendar |
#Returns
Type | Description |
---|---|
Calendar |
A Calendar |
See Also