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