Skip to main content
All docs
V25.1
  • PivotGridWebOptionsPager(IViewBagOwner, String) Constructor

    Initializes a new instance of the PivotGridWebOptionsPager class with specified settings.

    Namespace: DevExpress.Web.ASPxPivotGrid

    Assembly: DevExpress.Web.ASPxPivotGrid.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public PivotGridWebOptionsPager(
        IViewBagOwner viewBagOwner,
        string objectPath
    )

    Parameters

    Name Type
    viewBagOwner DevExpress.WebUtils.IViewBagOwner
    objectPath String
    See Also