Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.DropDownButtonTemplate(TemplateName) Method

    Specifies a custom template for the drop-down button. Mirrors the client-side dropDownButtonTemplate option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public DateRangeBoxBuilder DropDownButtonTemplate(
        TemplateName name
    )

    Parameters

    Name Type Description
    name TemplateName

    The template name.

    Returns

    Type Description
    DateRangeBoxBuilder

    A reference to this instance after the method is called.

    See Also