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

ReadOnlyCells.Count Property

Gets the number of elements in the collection.

Namespace: DevExpress.XtraPivotGrid.Selection

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

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