Skip to main content

XRDesignPanel.ComponentAdding Event

Occurs before a component can be added to the designer host of the report currently being edited in the Design Panel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event ComponentEventHandler ComponentAdding

Event Data

The ComponentAdding event's data class is ComponentEventArgs. The following properties provide information specific to this event:

Property Description
Component Gets the component associated with the event.

Remarks

This event is raised before an XRControl object (or any other component which exists in the designer host) can be added by an end-user to the report currently being edited in the XRDesignPanel, or before an XRControl can be added to the designer host of the report programmatically.

See Also