DateRangeBoxBuilder.DropDownOptions(Action<PopupBuilder>) Method
Configures the drop-down that holds the content. Mirrors the client-side dropDownOptions option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder DropDownOptions(
Action<PopupBuilder> configurator
)
Parameters
| Name | Type | Description |
|---|---|---|
| configurator | Action<PopupBuilder> | 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