ParameterInfo.Editor Property
Gets or sets an editor, used to enter a parameter's value.
Namespace: DevExpress.XtraReports.Parameters
Assembly: DevExpress.Printing.v20.2.Core.dll
Declaration
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.
See Also
Feedback