Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.ValidationError(Object) Method

    Information on the broken validation rule. Contains the first item from the validationErrors array. Mirrors the client-side validationError option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder ValidationError(
        object value
    )

    Parameters

    Name Type Description
    value Object

    An object holding the validation error message.

    Returns

    Type Description
    DateRangeBoxBuilder

    A reference to this instance after the method is called.

    See Also