Skip to main content
All docs
V18.2

ASPxClientReportParametersPanel.GetEditorByParameterName(String) Method

Returns a value editor that is associated with a parameter with the specified name.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public ASPxClientControl GetEditorByParameterName(
    string parameterName
)

Parameters

Name Type Description
parameterName String

A String value, specifying the parameter name.

Returns

Type Description
DevExpress.Web.Scripts.ASPxClientControl

An ASPxClientControl object.

See Also