Skip to main content
A newer version of this page is available.
All docs
V17.2

ASPxClientReportDesigner.CustomizeParameterEditors Event

Occurs each time a standard editor is created for a report parameter based on a parameter type.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v17.2.Web.Scripts.dll

Declaration

public event ASPxClientReportDesignerCustomizeParameterEditorsEventHandler CustomizeParameterEditors

Event Data

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

Property Description
info Provides access to an object that stores information required to serialize a parameter editor.
parameter Provides access to an object that stores information about a parameter.

Remarks

Handle the CustomizeParameterEditors event to provide custom editors for reports parameters.

See Also