DateRangeBoxBuilder.EndDateOutOfRangeMessage(String) Method
Specifies the message displayed if the specified end date is later than the max value or earlier than the min value. Mirrors the client-side endDateOutOfRangeMessage option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder EndDateOutOfRangeMessage(
string value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The option value. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also