Skip to main content

PivotOlapQueryDataEventArgs(String) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotOlapQueryDataEventArgs(
    string query
)

Parameters

Name Type
query String
See Also