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

ParameterInfo.Editor Property

Gets or sets an editor, used to enter a parameter’s value.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public Control Editor { get; set; }

Property Value

Type Description
Control

A Control class descendant. Normally, it should be one of the DevExpress XtraEditors.

Remarks

When the XtraReport.ParametersRequestBeforeShow event is raised, you can use the Editor property to obtain the currently used editor for a certain Parameter, as well as to create and provide your custom editor, if necessary.

For a code example, refer to Providing Custom Editors for Report Parameters.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Editor property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also