Skip to main content
.NET 6.0+

ObjectsCountGettingEventArgs.Count Property

Specifies the count of non-persistent objects that satisfy the specified criteria.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int? Count { get; set; }

Property Value

Type Description
Nullable<Int32>

An integer value that is the count of not-persistent objects that satisfy the specified criteria.

See Also