Skip to main content
All docs
V23.2

PivotGridWebOptionsCustomization(IViewBagOwner, String) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsCustomization(
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

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