Skip to main content

PivotGridWebOptionsLoadingPanel(ASPxPivotGrid) Constructor

Initializes a new instance of the PivotGridWebOptionsLoadingPanel class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsLoadingPanel(
    ASPxPivotGrid owner
)

Parameters

Name Type Description
owner ASPxPivotGrid

An ASPxPivotGrid object that owns the current object.

Remarks

This constructor is automatically called when the ASPxPivotGrid initializes the ASPxPivotGrid.OptionsLoadingPanel property.

See Also