Skip to main content
All docs
V18.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.v18.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.

For more information, see Provide Custom Editors for Report Parameters.

See Also