Skip to main content
All docs
V26.1
  • PivotGridWebOptionsCustomization(IViewBagOwner, String) Constructor

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

    Namespace: DevExpress.Web.ASPxPivotGrid

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

    Declaration

    public PivotGridWebOptionsCustomization(
        IViewBagOwner viewBagOwner,
        string objectPath
    )

    Parameters

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