XRDesignPanelListenersCollection.Add(XRDesignPanelListener) Method
Appends the specified item to the current collection.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | XRDesignPanelListener | An DevExpress.XtraReports.UserDesigner.IDesignPanelListener object to append to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which a new element was inserted. |
Remarks
This method adds a new item to the end of the collection.
See Also