DateRangeBoxBuilder.OpenOnFieldClick(Boolean) Method
Specifies whether a user can open the popup calendar by clicking an input field. Mirrors the client-side openOnFieldClick option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder OpenOnFieldClick(
bool value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Boolean | The option value. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also