ParameterInfo.Editor Property
Gets or sets an editor, used to enter a parameter’s value.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Control | A BaseEdit class descendant. |
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference 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.