xtrareports-devexpress-dot-xtrareports-dot-ui-39d6a8b7.md
Serves as the base class for classes that represent collections of XRControl class descendants.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class XRControlCollectionBase :
CollectionBase,
IDisposable
Public Class XRControlCollectionBase
Inherits CollectionBase
Implements IDisposable
The XRControlCollectionBase class represents the base type, from which other collections used to manipulate particular types of items, are derived. The XRControlCollectionBase class implements all the common functionality, and exposes a number of common methods.
Show 11 items
Object CollectionBase XRControlCollectionBase SubBandCollection
See Also