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

    Specifies the message displayed if the specified start date is later than the max value or earlier than the min value. Mirrors the client-side startDateOutOfRangeMessage option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

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