Skip to main content
All docs
V25.2
  • PaginationBuilder.ElementAttr(Object) Method

    Specifies the global attributes to be attached to the UI component's container element. Mirrors the client-side elementAttr option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public PaginationBuilder ElementAttr(
        object htmlAttributes
    )

    Parameters

    Name Type Description
    htmlAttributes Object

    HTML attributes to apply to the control’s root element.

    Returns

    Type Description
    PaginationBuilder

    A reference to this instance after the method is called.

    See Also