ReadOnlyCells.Count Property
Gets the number of elements in the collection.
Namespace: DevExpress.XtraPivotGrid.Selection
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of elements in the collection. |
Remarks
Use the ReadOnlyCells.IsEmpty property to obtain whether the collection is empty.
See Also