DateRangeBoxBuilder.Value(IEnumerable<Double>) Method
An array that specifies the selected range (start and end dates). Mirrors the client-side value option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder Value(
IEnumerable<double> value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | IEnumerable<Double> | The option value. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also