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.v20.2.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 Use the Parameters Panel to Ask for User Input.

See Also