Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.StartDateName(String) Method

    Specifies the name attribute of the start date input field. Mirrors the client-side startDateName option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder StartDateName(
        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