Skip to main content
A newer version of this page is available. .

PivotGridControl.OLAPQueryData Event

Allows you to get a query used to obtain data in PivotGrid.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public event EventHandler<PivotOlapQueryDataEventArgs> OLAPQueryData

Event Data

The OLAPQueryData event's data class is PivotOlapQueryDataEventArgs. The following properties provide information specific to this event:

Property Description
MDXQuery Gets or sets the MDX query.
See Also