Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.ValidationErrors(IEnumerable) Method

    An array of validation errors. Mirrors the client-side validationErrors option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder ValidationErrors(
        IEnumerable value
    )

    Parameters

    Name Type Description
    value IEnumerable

    The option value.

    Returns

    Type Description
    DateRangeBoxBuilder

    A reference to this instance after the method is called.

    See Also