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

    Specifies the date value serialization format. Mirrors the client-side dateSerializationFormat option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

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