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

ObjectsCountGettingEventArgs.Count Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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