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

ASPxQueryBuilder.SaveQuery Event

Occurs when a query is being saved.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public event SaveQueryEventHandler SaveQuery

Event Data

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

Property Description
ResultQuery Provides access to the resulting query.
SelectStatement Provides access to the SELECT statement of a query.
See Also