DateRangeBoxBuilder.EndDateInputAttr(Object) Method
Specifies the attributes passed to the end date input field. Mirrors the client-side endDateInputAttr option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public DateRangeBoxBuilder EndDateInputAttr(
object value
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | An object with HTML attribute names and values. |
Returns
| Type | Description |
|---|---|
| DateRangeBoxBuilder | A reference to this instance after the method is called. |
See Also