ReportDesignerViewModel.CustomizeReportControlEditor Event
In This Article
Occurs after a control is selected in a Report Designer.
Namespace: DevExpress.Xpf.ReportDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll
#Declaration
public event EventHandler<CustomizeReportControlEditorEventArgs> CustomizeReportControlEditor
#Event Data
The CustomizeReportControlEditor event's handler receives an argument of the CustomizeReportControlEditorEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Editor |
Gets a provider of custom editors for a control. |
Target | Gets the control for which a custom editor is created. |
#Remarks
Handle this event to provide the custom editor that is shown when a user clicks a smart tag for a selected control that resides on a report's design surface.
See Also