DateRangeBoxBuilder.InvalidStartDateMessage(String) Method
Specifies a message for invalid start date input. Mirrors the client-side invalidStartDateMessage option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder InvalidStartDateMessage(
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