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

CustomizeParameterEditorsEventArgs.Parameter Property

Gets the parameter, for which a custom editor is being provided.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public Parameter Parameter { get; }

Property Value

Type Description
Parameter

A Parameter object.

Remarks

Use the CustomizeParameterEditorsEventArgs.Editor and Parameter properties, to provide custom editors to report parameters in the ReportParametersPanel.CustomizeParameterEditors event handler.

To learn more, see Requesting and Passing Report Parameter Values.

See Also