Skip to main content

ReadOnlyCells.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraPivotGrid.Selection

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public int Count { get; }

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