Skip to main content
A newer version of this page is available. .

XRDesignPanelListenersCollection.Add(XRDesignPanelListener) Method

Appends the specified item to the current collection.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public int Add(
    XRDesignPanelListener item
)

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