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

ReadOnlyCells.IsEmpty Property

Gets whether the collection is empty.

Namespace: DevExpress.XtraPivotGrid.Selection

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the collection is empty; otherwise, false.

Remarks

To obtain the number of elements in the collection, use the ReadOnlyCells.Count property.

See Also