Skip to main content
All docs
V25.2
  • PagerBaseBuilder.Option(String, Object) Method

    Specifies an option by its name.

    Namespace: DevExtreme.AspNet.Mvc.Builders.Pagination

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public PagerBaseBuilder Option(
        string jsName,
        object value
    )

    Parameters

    Name Type Description
    jsName String

    An option name.

    value Object

    An option value.

    Returns

    Type Description
    PagerBaseBuilder

    A reference to this instance after the method is called.

    See Also