XRCrossTabCellCollection Class
The collection of Cross Tab cells.
Namespace: DevExpress.XtraReports.UI.CrossTab
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public class XRCrossTabCellCollection :
XRControlCollection,
IEnumerable<XRCrossTabCell>,
IEnumerable
Remarks
The XRCrossTab.Cells property returns a XRCrossTabCellCollection object.
Inheritance
Object
CollectionBase
XRControlCollectionBase
XRControlCollection
XRCrossTabCellCollection
See Also