Skip to main content

CustomizeParameterEditorsEventArgs.Editor Property

Specifies the value editor associated with the current parameter.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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