Skip to main content
.NET 8.0+

XPCursor.Count Property

Gets the number of persistent objects within the collection.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public int Count { get; }

#Property Value

Type Description
Int32

An integer value which specifies the number of persistent objects within the collection.

See Also