DateRangeBoxBuilder.ApplyValueMode(EditorApplyValueMode) Method
Specifies the way an end user applies the selected value. Mirrors the client-side applyValueMode option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder ApplyValueMode(
EditorApplyValueMode value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | EditorApplyValueMode | The option value. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also