DateRangeBoxBuilder.CalendarOptions(Action<CalendarBuilder>) Method
Configures the calendar's value picker. Mirrors the client-side calendarOptions option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder CalendarOptions(
Action<CalendarBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<CalendarBuilder> | A function that allows you to specify nested options. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also