Skip to main content

IReportControlEditorCreator Interface

In This Article

If implemented by a class, allows for adding custom editors to a control's actions list, accessible via the smart tag.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public interface IReportControlEditorCreator

#Remarks

When selecting a control in a Silverlight Report Designer, this handles the ReportDesignerViewModel.CustomizeReportControlEditor event where you can use the CustomizeReportControlEditorEventArgs.EditorCreators property to add objects implementing the IReportControlEditorCreator interface.

In a control's actions list, every editor resides in its own tab (with a title defined via the IReportControlEditorCreator.Caption property).

See Also