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

CustomizeParameterEditorsEventArgs.Editor Property

Specifies the value editor associated with the current parameter.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

Declaration

public ASPxEditBase Editor { get; set; }

Property Value

Type Description
ASPxEditBase

An ASPxEditBase descendant, specifying the parameter editor.

See Also