Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.Value(IEnumerable<String>) Method

    An array that specifies the selected range (start and end dates). Mirrors the client-side value option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder Value(
        IEnumerable<string> value
    )

    Parameters

    Name Type Description
    value IEnumerable<String>

    The option value.

    Returns

    Type Description
    DateRangeBoxBuilder

    A reference to this instance after the method is called.

    See Also