Skip to main content
All docs
V25.2
  • DateRangeBoxBuilder.ElementAttr Method

    Name Parameters Description
    ElementAttr(JS) value Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
    ElementAttr(Dictionary<String, Object>) value Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
    ElementAttr(Object) htmlAttributes Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
    ElementAttr(String, Object) attributeName, value Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.