Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.LabelMode(EditorLabelMode) Method

    Specifies the label's display mode. Mirrors the client-side labelMode option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder LabelMode(
        EditorLabelMode value
    )

    Parameters

    Name Type Description
    value EditorLabelMode

    The option value.

    Returns

    Type Description
    DateRangeBoxBuilder

    A reference to this instance after the method is called.

    See Also