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

ASPxQueryBuilder.ClientSideEvents Property

Gets an object that lists the client-side events specific to the ASPxQueryBuilder.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public QueryBuilderClientSideEvents ClientSideEvents { get; }

Property Value

Type Description
QueryBuilderClientSideEvents

A QueryBuilderClientSideEvents object, which allows assigning handlers to the client-side events available for the ASPxQueryBuilder.

Remarks

The ClientSideEvents property provides access to an object of the QueryBuilderClientSideEvents type. This object contains properties whose names correspond to the events available to the ASPxQueryBuilder on the client side. These properties provide the capability to handle events by assigning the JavaScript functions to the required client-side events of the ASPxQueryBuilder control.

See Also